Add allocator_construct_n to allocator_access and deprecate alloc_construct

This commit is contained in:
Glen Fernandes
2022-03-12 10:14:59 -05:00
parent c4deb479fd
commit 4defdfd233
8 changed files with 214 additions and 232 deletions
+2
View File
@@ -242,6 +242,8 @@ run allocator_max_size_test.cpp ;
run allocator_soccc_test.cpp ;
run allocator_construct_test.cpp ;
run allocator_destroy_test.cpp ;
run allocator_construct_n_test.cpp ;
run allocator_destroy_n_test.cpp ;
run allocator_traits_test.cpp ;
lib lib_typeid : lib_typeid.cpp : <link>shared:<define>LIB_TYPEID_DYN_LINK=1 ;