ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

Use the Boost.Endian that's part of Boost 1.58.0 #5

Closed ecorm closed 9 years ago

ecorm commented 9 years ago

Boost.Endian will be part of Boost 1.58.0. When Boost 1.58.0 is released, we should make that the minimum required version for CppWAMP, and drop the dependency on the "external" Boost.Endian library.