Closed WoLfulus closed 9 years ago
is constexpr really necessary here? https://github.com/zeromq/zmqpp/blob/14ba51d01974592e0b34a666bb7aa33204c9f4b3/src/zmqpp/auth.hpp#L149
because I'm compiling the library on Visual Studio 2013 and it's not supported yet.
Hello, sorry for late reply.
It's convenient but not mandatory. If you can make a PR that switch on/off based on compiler it'd welcomed.
is constexpr really necessary here? https://github.com/zeromq/zmqpp/blob/14ba51d01974592e0b34a666bb7aa33204c9f4b3/src/zmqpp/auth.hpp#L149
because I'm compiling the library on Visual Studio 2013 and it's not supported yet.