Re: [Bug c++/40092] solution in cp_tree_equal (was Re: [Bug c++/40092] New: -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-08-12 Thread Larry Evans
On 05/10/09 11:20, cppljevans at suddenlink dot net wrote: When compile trysto expand: : seq integral_c Integral , Vals ... the error diagnostic prints integral_cT, val instead of integral_cIntegral,Vals. The integral_constant template is derived from integral_c and does

Re: [Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-05-28 Thread Larry Evans
On 05/14/09 20:19, cppljevans at suddenlink dot net wrote: --- Comment #4 from cppljevans at suddenlink dot net 2009-05-15 01:19 --- Created an attachment (id=17869) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17869action=view) Much simpler code showing problem Code has