[Bug c++/57818] A strange template output
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Thu Jul 4 08:57:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57818
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
It seems incorrect because you have:
h<&a>::value
instead of:
h<&a>::value()
More information about the Gcc-bugs
mailing list