diff --git a/test/Jamfile b/test/Jamfile index 57c2c87..92d64f1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -17,7 +17,7 @@ project #gcc:-Wno-delete-non-virtual-dtor (not in 4.4/4.6) ; -local cnhash = [ requires cxx11_decltype cxx11_noexcept ] ; +local cnhash = [ requires cxx11_decltype cxx11_noexcept ] gcc-4.6:no ; # quick test (for CI) run quick.cpp ;