From 642b06b4cc925bd50ada6172726302fd64eef89c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 3 Jun 2015 20:22:42 +0100 Subject: Move to C++0y --- Jamroot.jam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index fe9fa3f..9d19983 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -7,11 +7,11 @@ variant component ; project : requirements - release:"-std=c++0x" + release:"-std=c++1y" release:"-Wl,-z,defs,--warn-once" - debug:"-W -Wall -Werror -Wwrite-strings -std=c++0x" + debug:"-W -Wall -Werror -Wwrite-strings -std=c++1y" debug:"-Wl,-z,defs,--warn-once" - component:"-W -Wall -Werror -Wwrite-strings -std=c++0x -fPIC" + component:"-W -Wall -Werror -Wwrite-strings -std=c++1y -fPIC" component:"-Wl,-z,lazy,--warn-once,-fPIC" ; -- cgit v1.2.3