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] std::string::operator[] extension in debug mode


Douglas Gregor <doug.gregor@gmail.com> writes:


[...]

| does the right thing. We might also want to mark operator[] with the
| "always_inline" attribute,

Ahem, no.

| so that we never get two conflicting definitions of the same code.

If the names are properly reroutedm we should not get that confilt.

-- Gaby


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