16 Sep
2013
16 Sep
'13
9:28 a.m.
2013/9/16 Robert J Goedman
I've added the lexical_cast_error.txt file to https://github.com/goedman/clang11-spirit-qi , in the Boost_lexical_cast directory.
In the makefile we set: CC = clang++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++
Try adding the -lc++abi library during linking. Also try adding the -nostdinc++ flag while compiling the sources and -nodefaultlibs while linking. (I've get all the info from here http://libcxx.llvm.org/ ) -- Best regards, Antony Polukhin