ecorm / cppwamp

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

Fix multiple definition linker error #116

Closed ibjeong closed 5 years ago

ibjeong commented 5 years ago

Adds CPPWAMP_INLINE to Cancellation's member functions' definitions in order to avoid multiple definition linker errors.