mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
c++: rebuild type/*.hpp
This commit is contained in:
parent
394331cd4e
commit
0627324da6
11 changed files with 177 additions and 37 deletions
|
|
@ -34,7 +34,6 @@ inline float& operator>> (object o, float& v)
|
|||
return v;
|
||||
}
|
||||
|
||||
|
||||
template <typename Stream>
|
||||
inline packer<Stream>& operator<< (packer<Stream>& o, const float& v)
|
||||
{
|
||||
|
|
@ -50,7 +49,6 @@ inline double& operator>> (object o, double& v)
|
|||
return v;
|
||||
}
|
||||
|
||||
|
||||
template <typename Stream>
|
||||
inline packer<Stream>& operator<< (packer<Stream>& o, const double& v)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue