mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
add NOTICE file
This commit is contained in:
parent
e7fe3be34d
commit
00dcad17b9
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