We don't need <cxxstd>latest in the Jamfile, it gets tested anyway.

This commit is contained in:
jzmaddock
2023-12-08 09:01:04 +00:00
parent 982eb69b6e
commit 2440fb23cf

View File

@@ -1231,7 +1231,7 @@ test-suite misc :
[ run git_issue_509.cpp : : : [ requires cpp_lib_bit_cast ] ]
[ run git_issue_526.cpp ]
[ run git_issue_540.cpp ]
[ run git_issue_573.cpp : : : <toolset>msvc:<cxxflags>-sdl <toolset>msvc:<cxxstd>latest ]
[ run git_issue_573.cpp : : : <toolset>msvc:<cxxflags>-sdl ]
[ compile git_issue_98.cpp :
[ check-target-builds ../config//has_float128 : <define>TEST_FLOAT128 <source>quadmath : ]
[ check-target-builds ../config//has_gmp : <define>TEST_GMP <source>gmp : ]