1
0
forked from boostorg/core

Pedantic tests for default_allocator

This commit is contained in:
Glen Fernandes
2020-04-27 14:22:57 -04:00
parent 12ff209bf7
commit 4d08e709fe

View File

@ -158,7 +158,13 @@ run-fail quick_exit_fail.cpp ;
compile use_default_test.cpp ;
run default_allocator_test.cpp ;
run default_allocator_test.cpp
: : : <warnings>pedantic
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on ;
run noinit_adaptor_test.cpp ;
run noinit_adaptor_test.cpp ;
run alloc_construct_test.cpp ;
run alloc_construct_throws_test.cpp ;