Skip to content

Fixed #422. - #426

Merged
redboltz merged 1 commit into
msgpack:masterfrom
redboltz:fix_422
Feb 20, 2016
Merged

Fixed #422.#426
redboltz merged 1 commit into
msgpack:masterfrom
redboltz:fix_422

Conversation

@redboltz

Copy link
Copy Markdown
Contributor

Replaced the inheriting constructor with a forwarding constructor.
Removed the template constructors that are covered by the forwarding constructor.
Added std::forward() to make_tuple.
Added conversion constructor.

Moved msgpack::type::tuple to
include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp from
include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple.hpp.
msgpack::type::tuple_cat requires the class template tuple definition.

Replaced the inheriting constructor with a forwarding constructor.
Removed the template constructors that are covered by the forwarding constructor.
Added std::forward() to make_tuple.
Added conversion constructor.

Moved msgpack::type::tuple to
include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp from
include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple.hpp.
msgpack::type::tuple_cat requires the class template tuple definition.
redboltz added a commit that referenced this pull request Feb 20, 2016
@redboltz
redboltz merged commit 0e53b35 into msgpack:master Feb 20, 2016
@redboltz
redboltz deleted the fix_422 branch February 20, 2016 09:47
redboltz added a commit to redboltz/msgpack-c that referenced this pull request Feb 20, 2016
redboltz added a commit that referenced this pull request Feb 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant