Skip to content

Commit

Permalink
Fixed #244
Browse files Browse the repository at this point in the history
Fixed an inheriting constructor.
  • Loading branch information
redboltz committed Mar 21, 2015
1 parent 156a440 commit e416b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/msgpack/adaptor/detail/cpp11_msgpack_tuple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace type {
public:
using base = std::tuple<Types...>;

using base::tuple;
using base::base;

tuple() = default;
tuple(tuple const&) = default;
Expand Down

0 comments on commit e416b53

Please sign in to comment.