Skip to content

Commit

Permalink
Merge pull request #245 from redboltz/fix_issue_244
Browse files Browse the repository at this point in the history
Fixed #244
  • Loading branch information
nobu-k committed Mar 22, 2015
2 parents 0e3bb78 + e416b53 commit 6748648
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 6748648

Please sign in to comment.