Author: sebor Date: Mon Feb 6 15:50:26 2006 New Revision: 375416 URL: http://svn.apache.org/viewcvs?rev=375416&view=rev Log: 2006-02-06 Martin Sebor * 25.merge.cpp (Less): Corrected a typo. Modified: incubator/stdcxx/trunk/tests/algorithms/25.merge.cpp Modified: incubator/stdcxx/trunk/tests/algorithms/25.merge.cpp URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/algorithms/25.merge.cpp?rev=375416&r1=375415&r2=375416&view=diff ============================================================================== --- incubator/stdcxx/trunk/tests/algorithms/25.merge.cpp (original) +++ incubator/stdcxx/trunk/tests/algorithms/25.merge.cpp Mon Feb 6 15:50:26 2006 @@ -90,7 +90,7 @@ static const char* name () { return "Less"; } private: - void operator= (StrictWeakLess&); // not assignable + void operator= (Less&); // not assignable }; template std::size_t Less::funcalls_;