zeromq / zmqpp

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

Pull in datasift macos fixes #12

Closed benjamg closed 11 years ago

benjamg commented 11 years ago

@glaude made the following changes to support OSx https://github.com/datasift/zmqpp/commit/ed2c07e7a1f523e78a4d22d5f249c8708f55a5d5

These work although really the POLL_IN / POLL_OUT constants should be replaced because POLL_IN and POLL_OUT are both fairly common macros and I have no idea what I was thinking when I used them. Surprised it works anywhere.

This will of course break backwards compatibility

dkick commented 11 years ago

I really really really don't understand why people continue to SCREAM_THE_NAMES_OF_CONSTANTS like we're all still using the C preprocessor ...