[v3] Use noexcept in container' move constructors, etc

Paolo Carlini paolo.carlini@oracle.com
Wed Jun 1 16:34:00 GMT 2011


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.



More information about the Libstdc++ mailing list