Searched refs:copy_constructor_called (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dsort_test.cpp183 bool copy_constructor_called = false; local
184 SortTestAux instance(copy_constructor_called);
189 CPPUNIT_ASSERT(copy_constructor_called);
190 copy_constructor_called = false;
192 CPPUNIT_ASSERT(copy_constructor_called);

Completed in 958 milliseconds