zeromq / zmqpp

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

Changed #defines to deal with older versions of gcc such that they don't #21

Closed michihenning closed 10 years ago

michihenning commented 10 years ago

Changed #defines to deal with older versions of gcc such that they don't apply to code that includes zmqpp.hpp. This allows code compiled with clang 3.4 to include zmqpp.hpp without getting lots of errors.