From f760ed7b8fd786fc451295465be16045ad41d0a8 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Fri, 5 Oct 2012 06:15:02 +0000 Subject: [PATCH] removing c++11 requirements in jamfile (mistakenly added) [SVN r80865] --- test/Jamfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index c7beba84..f23b0c2a 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -10,9 +10,6 @@ import testing ; project : requirements - gcc:-std=c++0x - darwin:-std=c++0x - gcc:-DBOOST_RESULT_OF_USE_DECLTYPE ; {