Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-06-17 10:27:50 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-06-17 10:27:50 +0300
commit127b860c6a7b54daa9b8808006835410510241aa (patch)
tree481ca6c7023af0ff162ac13634f91224467ab891 /Jamroot
parent80f0f71d03b0348649835e674692938dc6862840 (diff)
false alarm. clang does support object list init. Needed to enable c++11 for all toolsets
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index a4957dfa2..4f76ec3ba 100644
--- a/Jamroot
+++ b/Jamroot
@@ -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" ] {