mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-23 08:31:45 +02:00
c++: fix object >> std::string
This commit is contained in:
@@ -37,7 +37,6 @@ inline std::set<T>& operator>> (object o, std::set<T>& v)
|
||||
return v;
|
||||
}
|
||||
|
||||
|
||||
template <typename Stream, typename T>
|
||||
inline packer<Stream>& operator<< (packer<Stream>& o, const std::set<T>& v)
|
||||
{
|
||||
|
Reference in New Issue
Block a user