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] Fix libstdc++/6503


"B. Kosnik" <bkoz@nabi.net> writes:

| > I have fixed this PR according to Scott Meyers' guideline about 
| > comparison operators as non-member functions (Effective STL, 119): now
| 
| Great!
| 
| > Ok for trunk and branch?
| 
| I think so: this just adds the operators, but they are not instantiated
| in the libstdc++.so binary, are they? Thanks for the new test file!

Just curious: Isn't turning a member function into a non-member
function an ABI change?

-- Gaby


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