libcds icon indicating copy to clipboard operation
libcds copied to clipboard

Fix build on OSX 10.9

Open RubenVerborgh opened this issue 11 years ago • 2 comments

This pull request fixes the build on OSX 10.9, which was broken because:

  • bitset is already defined in XcodeDefault.xctoolchain/usr/lib/c++/v1/bitset (#12)
  • ulong is not understood by the compiler

RubenVerborgh avatar Jul 29 '14 18:07 RubenVerborgh

Well, since c3002bef485ac00ed42e544c1aa2699b4d8c9311 contains exactly the same change, this is resolved now.

RubenVerborgh avatar Oct 07 '14 19:10 RubenVerborgh

For some reason I never saw this before today :-(

fclaude avatar Oct 28 '14 14:10 fclaude