[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template
cppljevans at suddenlink dot net
gcc-bugzilla@gcc.gnu.org
Thu Jun 11 21:24:00 GMT 2009
------- 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
More information about the Gcc-bugs
mailing list