Boost logo

Boost :

Subject: Re: [boost] Boost::lexical_cast<> under llvm 3.4(C++11)
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2013-09-16 05:28:43


2013/9/16 Robert J Goedman <goedman_at_[hidden]>
...

> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk