mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-20 22:31:33 +02:00
cpp: add missing type::tuple::tuple(object o)
This commit is contained in:
@@ -91,6 +91,8 @@ private:
|
|||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct tuple<> {
|
struct tuple<> {
|
||||||
|
tuple() {}
|
||||||
|
tuple(object o) { o.convert(this); }
|
||||||
typedef tuple<> value_type;
|
typedef tuple<> value_type;
|
||||||
};
|
};
|
||||||
<%0.upto(GENERATION_LIMIT) {|i|%>
|
<%0.upto(GENERATION_LIMIT) {|i|%>
|
||||||
|
Reference in New Issue
Block a user