c++: rebuild type/*.hpp

This commit is contained in:
frsyuki 2009-08-10 18:26:01 +09:00
parent 394331cd4e
commit 0627324da6
11 changed files with 177 additions and 37 deletions

View file

@ -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)
{