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: [v3] Use noexcept in container' move constructors, etc


On 06/01/2011 06:14 PM, Paolo Carlini wrote:
... At the moment I'm more concerned with the performance issue with size, empty, which normally are *extremely* simple and would get a conditional, even if with builtin_expect.
Actually empty would be fine, would not need a conditional. Only size remains ;)

Paolo.


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