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++/16630] missing type name in __PRETTY_FUNCTION__



------- Comment #9 from redi at gcc dot gnu dot org  2010-06-06 11:17 -------
Are we sure we'll always want the "typename B<U>::X = int" part?
Would checking for just "const char* D<U>::foo(typename B<U>::X)" be
preferable?
(I don't know what the convention is for this sort of check)


-- 


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


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