cppzmq icon indicating copy to clipboard operation
cppzmq copied to clipboard

Clang warnings: warning when using names reserved by C++ standard

Open ovanes opened this issue 8 years ago • 2 comments

please remove from all names '__' (double underscore) or preceding underscore followed by a capital letter, e.g. '_Z'. These names are reserved for C++ standard library and C++ compiler intrinsics. Having such names in includes (especially guards) and using very restrictive compilation mode with clang results in a lot of compilation warnings.

ovanes avatar May 22 '17 16:05 ovanes

Could you please send a PR to fix it?

bluca avatar May 22 '17 16:05 bluca

I'll check if I can overview everything...

ovanes avatar May 22 '17 16:05 ovanes