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