[Bug libstdc++/60497] unique_ptr<T> tries to complete its type T even though it's not required to be a complete type
glisse at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 11 07:07:00 GMT 2014
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.
More information about the Gcc-bugs
mailing list