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 std::pair<T1, T2>& operator>> (object o, std::pair<T1, T2>& v)
return v;
}
template <typename Stream, typename T1, typename T2>
inline packer<Stream>& operator<< (packer<Stream>& o, const std::pair<T1, T2>& v)
{