mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
cpp: msgpack::define is obsolete
This commit is contained in:
parent
3afa9f265e
commit
7fbe845434
2 changed files with 1 additions and 1 deletions
|
|
@ -129,6 +129,7 @@ private:
|
|||
};
|
||||
|
||||
|
||||
// obsolete
|
||||
template <typename Type>
|
||||
class define : public Type {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
{ \
|
||||
msgpack::type::make_define(__VA_ARGS__).msgpack_pack(pk); \
|
||||
} \
|
||||
\
|
||||
void msgpack_unpack(msgpack::object o) \
|
||||
{ \
|
||||
msgpack::type::make_define(__VA_ARGS__).msgpack_unpack(o); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue