This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix template params in set/14340.cc tests


Hi all,

The attached patch fixes the instantiations of set<int> and multiset<int>
in the 14340.cc tests.  Caught by concept-checks, which made these FAIL.
Hooray for concept-checks  :-)

2004-07-03  Jonathan Wakely  <redi@gcc.gnu.org>

        * testsuite/23_containers/{set,multiset}/14340.cc: Fix typos in
        instantiation of set and multiset (functor param given as int).

OK for mainline and 3.4 ?

This makes the testsuite concept-check clean again, so I'm wondering
whether it would be a good idea to unconditionally define
_GLIBCXX_CONCEPT_CHECKS for the testsuite.

jon


-- 
"Only two things are infinite: the universe and human stupidity,
 and I'm not sure about the former."
	- Albert Einstein

Attachment: libstdc++-set_cmp.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]