Merge branch 'develop' into feature/alignof

This commit is contained in:
Peter Dimov
2023-01-26 02:02:00 +02:00
4 changed files with 418 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ int main()
BOOST_TEST_EQ(p->value(), 2);
boost::alloc_destroy(a, p);
BOOST_TEST_EQ(type::count, 0);
a.deallocate(p, 1);
return boost::report_errors();
}
#else