cpp: msgpack::define is obsolete

This commit is contained in:
frsyuki 2009-08-06 13:59:48 +09:00
parent 3afa9f265e
commit 7fbe845434
2 changed files with 1 additions and 1 deletions

View File

@ -129,6 +129,7 @@ private:
}; };
// obsolete
template <typename Type> template <typename Type>
class define : public Type { class define : public Type {
public: public:

View File

@ -24,7 +24,6 @@
{ \ { \
msgpack::type::make_define(__VA_ARGS__).msgpack_pack(pk); \ msgpack::type::make_define(__VA_ARGS__).msgpack_pack(pk); \
} \ } \
\
void msgpack_unpack(msgpack::object o) \ void msgpack_unpack(msgpack::object o) \
{ \ { \
msgpack::type::make_define(__VA_ARGS__).msgpack_unpack(o); \ msgpack::type::make_define(__VA_ARGS__).msgpack_unpack(o); \