[Bug c++/11407] [DR 115] Function cannot be resolved
columbo@gmx-topmail.de
gcc-bugzilla@gcc.gnu.org
Thu Oct 20 00:41:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11407
Robert Haberlach <columbo@gmx-topmail.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |columbo@gmx-topmail.de
--- Comment #18 from Robert Haberlach <columbo@gmx-topmail.de> ---
This is not fixed:
template<typename T> void g();
int i = sizeof(&g<void>);
fails with trunk.
More information about the Gcc-bugs
mailing list