mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
c++: fix object >> std::string
This commit is contained in:
parent
a62a5d6c69
commit
92952f6566
4 changed files with 3 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue