removing c++11 requirements in jamfile (mistakenly added)

[SVN r80865]
This commit is contained in:
Joel de Guzman
2012-10-05 06:15:02 +00:00
parent 752f911a91
commit f760ed7b8f

View File

@ -10,9 +10,6 @@ import testing ;
project
: requirements
<toolset>gcc:<cxxflags>-std=c++0x
<toolset>darwin:<cxxflags>-std=c++0x
<toolset>gcc:<cxxflags>-DBOOST_RESULT_OF_USE_DECLTYPE
;
{