[Bug c++/51671] g++ fails to allow a redundant typedef if the redundant typedef depends on a template parameter
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Sat Dec 24 12:12:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51671
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-12-24
Ever Confirmed|0 |1
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-24 11:56:22 UTC ---
ICC is fine instead, indeed in my experience in quite a few cases tries to do
less at definition time. Delaying the check shouldn't be too hard.
More information about the Gcc-bugs
mailing list