Disable hash tests for gcc-4.6

This commit is contained in:
Peter Dimov
2023-10-18 16:52:35 +03:00
parent 029f089a4a
commit 763c7f56cd

View File

@ -17,7 +17,7 @@ project
#<toolset>gcc:<cxxflags>-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 ] <toolset>gcc-4.6:<build>no ;
# quick test (for CI)
run quick.cpp ;