C++11 fixes for deque

[SVN r80391]
This commit is contained in:
Joel de Guzman
2012-09-04 05:04:25 +00:00
parent 106702d388
commit 35ec74edbc
4 changed files with 21 additions and 2 deletions

View File

@@ -8,6 +8,12 @@
# bring in rules for testing
import testing ;
project
: requirements
<toolset>gcc:<cxxflags>-std=c++0x
<toolset>darwin:<cxxflags>-std=c++0x
;
{
test-suite fusion :