forked from boostorg/unordered
Test more memory tracking
This commit is contained in:
@@ -66,6 +66,8 @@ struct memory_tracker
|
||||
{
|
||||
}
|
||||
|
||||
~memory_tracker() { BOOST_TEST(count_allocators == 0); }
|
||||
|
||||
void allocator_ref()
|
||||
{
|
||||
if (count_allocators == 0) {
|
||||
|
||||
Reference in New Issue
Block a user