Jean-Marc Lasgouttes
2011-03-19 10:43:42 UTC
Thanks. Note that, since this is a constructor, we are supposed to
initialize this variable (and the others that predated your change)
using the selectedHasFocus_(false) idiom. I am not sure what this
buys us, though.
Nothing in case of simple types, as they won't be zero-initializedinitialize this variable (and the others that predated your change)
using the selectedHasFocus_(false) idiom. I am not sure what this
buys us, though.
before entering the constructor body. For complex types it saves
the cycles for the default-construction.
JMarc