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:
> Joe Buck wrote:
> 
>> I guess the question is whether we expect any actual code to be able
>> to tell the difference.  The function you are proposing to eliminate
>> was inline, right?  So even if some existing code used the function,
>> it will continue to work with the new library.
>>  
> Indeed you are right, IMHO.

To be clear, that statement only applies to binary compatibility, not
source compatibility.  Yes, I do think you are OK for binary compatibility.

-- 
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]