5 Jan
2014
5 Jan
'14
12:56 p.m.
On 5 January 2014 12:10, Tim Blechmann
compiler:
tim@moka-mac:~/dev/boost/tools/quickbook$ g++ -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix
is this a known issue?
Try with the quickbook develop branch (cd tools/quickbook; git checkout develop), I just checked in a possible fix. It seems the standard library has different default settings under the clang emulation, and they aren't compatible with how I was building quickbook, so I changed the build settings.