Add boost::core::memory_resource

This commit is contained in:
Peter Dimov
2023-01-26 18:09:35 +02:00
parent 42b3a3f111
commit 99515c341e
3 changed files with 219 additions and 0 deletions
+2
View File
@@ -357,5 +357,7 @@ run launder_test.cpp ;
run alignof_test.cpp ;
run max_align_test.cpp ;
run memory_resource_test.cpp ;
use-project /boost/core/swap : ./swap ;
build-project ./swap ;