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++/16295] -pedantic option resolves compiler error "sorry, unimplemented: ..."


------- Additional Comments From bangerth at dealii dot org  2004-06-30 14:41 -------
One note: the code is actually invalid. We crash on the line 
       typedef NonPrefixable<GenericClass<AddT>, GenericUnit, DT> AddU; 
but NonPrefixable really only takes two template arguments, not three. 
 
W. 

-- 


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


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