mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
add NOTICE file
This commit is contained in:
parent
9b4b49a6a8
commit
c60b6be548
4 changed files with 226 additions and 20 deletions
|
|
@ -314,7 +314,6 @@ packer<Stream>& operator<< (packer<Stream>& o, const object& v)
|
|||
o << *p;
|
||||
}
|
||||
return o;
|
||||
// FIXME loop optimiziation
|
||||
|
||||
case type::MAP:
|
||||
o.pack_map(v.via.map.size);
|
||||
|
|
@ -325,7 +324,6 @@ packer<Stream>& operator<< (packer<Stream>& o, const object& v)
|
|||
o << p->val;
|
||||
}
|
||||
return o;
|
||||
// FIXME loop optimiziation
|
||||
|
||||
default:
|
||||
throw type_error();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue