[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/11444] [3.3 regression] function fails to propagate up class tree (template-related)



PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11444


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From bangerth at dealii dot org  2003-07-07 15:03 -------
This is a known deficiency in the old parser that is already
fixed with the new parser to be part of gcc3.4. The work
around for now is to write
  p->template Release ();
Not nice, but works.

W.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Reply to: