This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16777] [3.3 Regression] Trouble with qualified declaration in class


------- Additional Comments From bangerth at dealii dot org  2004-07-27 04:05 -------
gcc3.3 required you to write 
  this->X::template foo<int> (); 
That's fixed, though, in 3.4 and beyond and immaterial to the bug here. 
Note, however, that using above syntax also gets us rid of the ICE. 
 
W. 

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]