http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497
Marc Glisse <glisse at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-03-11
Component|c++ |libstdc++
Ever confirmed|0 |1
--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
Whether it is required or not, qualifying the call to __get_helper is easy
enough (it may even be slightly faster to compile), it seems worth doing.
Now the question would be: are there similar statements throughout the library
that could benefit from the same treatment, or is this a special case?
Thanks for the detailed analysis.