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]

Re: [Patch] Remove fpos<>::operator== and !=


Paolo Carlini wrote:
> Mark Mitchell wrote:
> 
>> I don't know exactly what source/binary constraints libstdc++ is
>> operating under, but that seems like an incompatible change, as
>> "pos::operator==(-1)" will presumably no longer work?
>>
> Indeed, the standard only requires operator== on those objects being an
> equivalence relation.

I'm sorry; I wasn't meaning to worry about the standard, but rather
about backwards compatibility for libstdc++ users.  I'm not sure if
that's a concern in this respect, but I thought I would raise it just in
case.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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