Searched refs:vect2 (Results 1 – 2 of 2) sorted by relevance
73 vector<int> vect2(10, 0); in template_function_partial_ordering() local74 int* pvect2Front = &vect2.front(); in template_function_partial_ordering()76 swap(vect1, vect2); in template_function_partial_ordering()79 CPPUNIT_ASSERT( pvect1Front == &vect2.front() ); in template_function_partial_ordering()82 CPPUNIT_ASSERT( pvect1Front != &vect2.front() ); in template_function_partial_ordering()