Skip to content

Conversation

@redboltz
Copy link
Contributor

Removed MSGPACK_DISABLE_LEGACY_CONVERT from v2. Those APIs are removed
from v2.

Removed MSGPACK_DISABLE_LEGACY_CONVERT from v2. Those APIs are removed
from v2.
@redboltz
Copy link
Contributor Author

Removed dangerous static downcast such as follows from #450.

msgpack::v1::object obj;
static_cast<msgpack::v2::object&>(obj);

Now, obsolete APIs are removed only from msgpack::v2::object.

@redboltz redboltz merged commit 62048e1 into msgpack:master Mar 25, 2016
@redboltz redboltz deleted the removed_obsolete_apis_from_v2 branch March 25, 2016 11:51
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