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++/47226] [C++0x] GCC doesn't expand template parameter pack that appears in a lambda-expression


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

Dennis Brentjes <d.brentjes at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d.brentjes at gmail dot com

--- Comment #5 from Dennis Brentjes <d.brentjes at gmail dot com> ---
Created attachment 31544
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31544&action=edit
Testcase for bug 47226

I encountered this bug last week with gcc 4.8.1. I attached a minimal test case
for this bug and was wondering if there is any progress on implementing this
feature. As I understand parameter packs in combination with lambdas weren't
implemented until bug 41933 was fixed in September this year. So I'm hoping
somebody is working on this particular bug as well.


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