mirror of
https://github.com/boostorg/core.git
synced 2025-11-30 06:09:56 +01:00
Merge branch 'develop' into feature/alignof
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user