Fixed an inheriting constructor.
This commit is contained in:
Takatoshi Kondo 2015-03-21 16:34:35 +09:00
parent 156a4403ab
commit e416b534b8

View File

@ -44,7 +44,7 @@ namespace type {
public:
using base = std::tuple<Types...>;
using base::tuple;
using base::base;
tuple() = default;
tuple(tuple const&) = default;