zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.97k stars 757 forks source link

Problem: Feature checking inconsistencies #416

Closed gummif closed 4 years ago

gummif commented 4 years ago

Solution: Unify string_view feature checks. Document how users are expected to use exported macros and how they can define macros to control behaviour.

gummif commented 4 years ago

I am not sure if the CPPZMQHAS* macros need to be customizable and documented. Maybe I should remove that from the readme?

sigiesec commented 4 years ago

Thanks for addressing the comments, and sorry it took so long to merge it!