Skip to content

Commit e416b53

Browse files
committed
Fixed #244
Fixed an inheriting constructor.
1 parent 156a440 commit e416b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/msgpack/adaptor/detail/cpp11_msgpack_tuple.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace type {
4444
public:
4545
using base = std::tuple<Types...>;
4646

47-
using base::tuple;
47+
using base::base;
4848

4949
tuple() = default;
5050
tuple(tuple const&) = default;

0 commit comments

Comments
 (0)