ecorm / cppwamp

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

Provide convenience functions for boost::optional #68

Closed ecorm closed 9 years ago

ecorm commented 9 years ago

Provide non-member convenience functions that can convert/compare a Variant to a boost::optional and vice-versa. These functions should be in their own header, in order to avoid a Boost dependency when those functions are not needed.