mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 22:50:19 +02:00
add NOTICE file
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user