ecorm / cppwamp

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

Suppress signed/unsigned integer comparisons in visitors #106

Closed ecorm closed 2 years ago

ecorm commented 7 years ago

Suppress the GCC signed/unsigned integer comparisons in the EquivalentTo and Variant::LessThan visitors.

ecorm commented 2 years ago

Done in 487bd06485c40bb0426b8d5f198dcc06c0b271fe.