cpp: add missing type::tuple::tuple(object o)

This commit is contained in:
frsyuki
2009-10-09 17:49:30 +09:00
parent c8ad32a39e
commit 3424dc916c

View File

@@ -91,6 +91,8 @@ private:
template <>
struct tuple<> {
tuple() {}
tuple(object o) { o.convert(this); }
typedef tuple<> value_type;
};
<%0.upto(GENERATION_LIMIT) {|i|%>