[Bug c++/12228] [DR 244/399] syntax error calling a qualified template dtor
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 9 21:03:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12228
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-09-09 21:03:26
date| |
------- Additional Comments From bangerth at dealii dot org 2003-09-09 21:03 -------
Confirmed. I'd guess that at places one would need a template disambiguator, as in
template <class T> void foo (N::B<T> *p) {
p->template ~NB ();
but that doesn't help.
W.
More information about the Gcc-bugs
mailing list