diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-25 06:39:12 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-25 06:39:12 +0900 |
| commit | 9df6916029e2eba4ca0f93578f631d34208e6415 (patch) | |
| tree | c720852541a0ffc3a6526ee8a94c0380043d158b /cpp/msgpack/object.hpp | |
| parent | 9bfa2354ff9e667436fc4e6ced2274a5c0e55aab (diff) | |
| download | msgpack-python-9df6916029e2eba4ca0f93578f631d34208e6415.tar.gz | |
cpp: object::object(const T& v, zone* z) 2
Diffstat (limited to 'cpp/msgpack/object.hpp')
| -rw-r--r-- | cpp/msgpack/object.hpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/msgpack/object.hpp b/cpp/msgpack/object.hpp index 37c1926..a72913a 100644 --- a/cpp/msgpack/object.hpp +++ b/cpp/msgpack/object.hpp @@ -103,14 +103,12 @@ struct object { operator msgpack_object(); + struct with_zone; + private: struct implicit_type; public: - // FIXME private? - struct with_zone; - -public: implicit_type convert() const; }; |
