6 Feb
2014
6 Feb
'14
6:14 p.m.
On Feb 6, 2014, at 9:34 AM, Lars Viklund
On Thu, Feb 06, 2014 at 11:27:20AM -0000, Tim Burgess wrote:
./b2 toolset=clang -std=c++11 cxxflags="-stdlib=libstdc++" linkflags="-stdlib=libstdc++"
b2 doesn't to my knowledge have an -std=c++11 option, that would belong in the flags for the compiler driver, if at all.
Right. ./b2 toolset=clang cxxflags="-std=c++11 -stdlib=libstdc++” linkflags="-stdlib=libstdc++” — Marshall