libcds
libcds copied to clipboard
Fix build on OSX 10.9
This pull request fixes the build on OSX 10.9, which was broken because:
-
bitsetis already defined inXcodeDefault.xctoolchain/usr/lib/c++/v1/bitset(#12) -
ulongis not understood by the compiler
Well, since c3002bef485ac00ed42e544c1aa2699b4d8c9311 contains exactly the same change, this is resolved now.
For some reason I never saw this before today :-(