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++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template



------- Comment #5 from cppljevans at suddenlink dot net  2009-06-11 21:24 -------
Created an attachment (id=17984)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17984&action=view)
another version of earlier attach with a little different code but similar
error msg

This version shows a little different error.  The compiler error msg
suggests compiler is looking at wrong subtree.  In this version
it appears to think Values is the expansion pattern; however,
integral_c<Integral,Values> is the actual expansion pattern.


-- 


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


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