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>2017-01-10 19:31:33 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-01-10 19:31:33 +0300
commit4910a385906d68caa8f9b54dc6aaeb44b205a9c5 (patch)
tree3ec2f099e43d469a8eccf055240de11ce359c593 /Jamroot
parent4d13377ce8a42eff71fd1ad57915198d1f681fbc (diff)
enable C++11
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 1c4d68abd..d9fc811dd 100644
--- a/Jamroot
+++ b/Jamroot
@@ -111,7 +111,7 @@ external-lib z ;
#lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
#requirements += <library>dl ;
-#requirements += <cxxflags>-std=c++0x ;
+requirements += <cxxflags>-std=c++0x ;
# Allow moses to report the git commit hash of the version used for compilation
moses_githash = [ _shell "git describe --dirty" ] ;