Closed jkhoogland closed 9 years ago
The issue seems to be with libc++ from what I can tell so far. I need to get a more workable environment then what I'm throwing together right now to figure out why. If you add -stdlib=libstdc++
to your flags do you still get this error?
Okay, the problem was in the iteratoriterator implementation where I messed up with iterator_traits. libc++ was doing more verification in the vector constructor's enable_if
than libstdc++, so it found the error. It's not specific to Mac. It should all be fine now, but if it's still not working please reopen the issue, I expect the error message will be different at least.
Many thanks, it is building now... Jiri
Hi, I tried to build the test code on OSX, but a lot of the builds, which include
functional.h
fail with the error below. I have not found a way to fix this yet, but if you have any suggestions where to start it would be appreciated. Regards Jiri