mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
cpp: add missing type::tuple::tuple(object o)
This commit is contained in:
parent
c8ad32a39e
commit
3424dc916c
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ private:
|
|||
|
||||
template <>
|
||||
struct tuple<> {
|
||||
tuple() {}
|
||||
tuple(object o) { o.convert(this); }
|
||||
typedef tuple<> value_type;
|
||||
};
|
||||
<%0.upto(GENERATION_LIMIT) {|i|%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue