zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 197 forks source link

constexpr not compiling on windows. #99

Closed WoLfulus closed 9 years ago

WoLfulus commented 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.

xaqq commented 9 years ago

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.