Searched refs:construction_count (Results 1 – 1 of 1) sorted by relevance
641 static unsigned construction_count = 0; variable645 MySmallFunctor() { ++construction_count; } in MySmallFunctor()646 MySmallFunctor(const MySmallFunctor &) { ++construction_count; } in MySmallFunctor()652 MyLargeFunctor() { ++construction_count; } in MyLargeFunctor()653 MyLargeFunctor(const MyLargeFunctor &) { ++construction_count; } in MyLargeFunctor()672 BOOST_CHECK(construction_count == destruction_count); in test_construct_destroy_count()674 construction_count = 0; in test_construct_destroy_count()686 BOOST_CHECK(construction_count == destruction_count); in test_construct_destroy_count()