Getting Apple's libstdc++ debug mode into the FSF tree
Nathan Myers
ncm-nospam@cantrip.org
Sun Jul 20 02:44:00 GMT 2003
On Wed, Jul 16, 2003 at 03:27:26PM -0700, Doug Gregor wrote:
>
> On Wednesday, July 16, 2003, at 3:01PM, Nathan Myers wrote:
> >I'm much concerned about the false positives as well, but am confident
> >that they can be fixed quickly once actually filed. Most won't be
> >filed until it's the default.
>
> Well, here's one false positive. Table 28 doesn't list !=, only ==, so
> the EqualityComparable is too strict. Okay to commit?
>
> Doug
>
> 2003-07-16 Doug Gregor <dgregor@apple.com.>
>
> * boost_concept_check.h
> (_EqualityComparableConcept::__constraints): Remove != from the
> list of constraints; it is not listed in Table 28 of the C++98
> standard.
Looks good to me. Checking the latest revision of the standard
(incorporating all official resolutions) shows that nothing has
changed there, particularly not requiring !=.
Nathan Myers
ncm-nospam@cantrip.org
More information about the Libstdc++
mailing list