Update build deps.

This commit is contained in:
Rene Rivera
2024-08-05 08:26:14 -05:00
parent 36ba0b349b
commit ce9dbb499a
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@
project
: requirements
<library>/boost/poly_collection//boost_poly_collection
<cxxstd>11
;
+3 -2
View File
@@ -13,6 +13,7 @@ import config : requires ;
project
: requirements
<library>/boost/poly_collection//boost_poly_collection
[ requires cxx11_noexcept ] # used as a proxy for C++11 support
<toolset>msvc:<cxxflags>-D_SCL_SECURE_NO_WARNINGS
;
@@ -22,7 +23,7 @@ test-suite "poly_collection" :
test_algorithm2.cpp test_algorithm3.cpp
test_algorithm_main.cpp
:
:
:
: <toolset>msvc:<cxxflags>/bigobj
<toolset>gcc:<inlining>on
<toolset>gcc:<optimization>space
@@ -32,7 +33,7 @@ test-suite "poly_collection" :
[ run test_comparison.cpp test_comparison_main.cpp ]
[ run test_construction.cpp test_construction_main.cpp
:
:
:
: <toolset>msvc:<cxxflags>/bigobj
<toolset>gcc:<inlining>on
<toolset>gcc:<optimization>space