false alarm. clang does support object list init. Needed to enable c++11 for all toolsets

This commit is contained in:
Hieu Hoang 2015-06-17 11:27:50 +04:00
parent 80f0f71d03
commit 127b860c6a

View File

@ -108,7 +108,7 @@ external-lib z ;
#lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
#requirements += <library>dl ;
requirements += <toolset>gcc:<cxxflags>-std=c++0x ;
requirements += <cxxflags>-std=c++0x ;
if ! [ option.get "without-tcmalloc" : : "yes" ] && [ test_library "tcmalloc_minimal" ] {
if [ option.get "full-tcmalloc" : : "yes" ] {