ecorm / cppwamp

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

Kwargs not being output for Event, Result, and Invocation #48

Closed ecorm closed 9 years ago

ecorm commented 9 years ago

When operator<<(std::ostream&, ... is used with Event, Result, and Invocation, the keyword arguments are not always displayed. This is due to args() being used in the relevant if condition, instead of kwargs().