William Leong

Results 6 issues of William Leong

It seems to compile and work fine if "template struct TypeNameLength" is commented out in nameof.hpp. The same code compiles properly with clang 4.0.1. Complete error message below: > 1>------...

The warning appears for every line of code in VS2015 (but not clang) that results in a call to fnv1a_hash from hash.hpp. It appears to be a problem specific to...

What is the reason for the comment "Unable to use message wrapper as this could be multipart legacy fallback" in socket.cpp? If this is required to support legacy code, then...

Fix warnings in #230

Fixes a warning message from gcc 11.4.0: ``` .../zmqpp/src/zmqpp/socket.cpp: In member function ‘void zmqpp::socket::set(zmqpp::socket_option, int)’: .../zmqpp/src/zmqpp/socket.cpp:487:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 487 | if (value < 0) {...