[Bug c++/29427] uncallable constructor template should be warned.
redi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Dec 8 20:45:00 GMT 2009
------- Comment #1 from redi at gcc dot gnu dot org 2009-12-08 20:45 -------
diagnosing this would be useful and shouldn't require instantiation, it should
be detectable during phase 1
reduced:
struct foo {
template<typename T> foo(int);
};
--
redi at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |diagnostic
Known to fail| |4.4.2
Last reconfirmed|0000-00-00 00:00:00 |2009-12-08 20:45:06
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29427
More information about the Gcc-bugs
mailing list