This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: relax requirements for vector==
- To: libstdc++ at gcc dot gnu dot org
- Subject: Re: relax requirements for vector==
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 6 Mar 2001 15:46:39 -0800
Instead of relaxing requirements, perhaps a more sane thing to do is
to make the concept checking code a flag you have to turn on (at
configure time?), and not something that is forced on everybody's code.
There's been some talk about updating the concept checking code to
something recent, and enabling it at configure time.
Anybody who has strong feelings, please voice them...
-benjamin