Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9149537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:29:26+00:00 2026-06-17T11:29:26+00:00

It would be nice if I could do the following: template <class RT, class…

  • 0

It would be nice if I could do the following:

template <class RT, class... PT>
class Event 
{
    ...
    void operator()(PT... args)
    {
        std::for_each(
            l.begin(), l.end(), [args...](Handler *p) { (*p)(args...); }
        );
    }
    ...
};

Unfortunately I couldn’t make it compile with g++ 4.7.2 (-std=c++0x):

evtempl.hh: In member function ‘void elt::Event::operator()(PT …)’:
evtempl.hh:75:54: error: expected ‘,’ before ‘…’ token
evtempl.hh:75:54: error: expected identifier before ‘…’ token
evtempl.hh:75:57: error: parameter packs not expanded with ‘…’:
evtempl.hh:75:57: note: ‘args’
evtempl.hh: In lambda function:
evtempl.hh:76:26: error: expansion pattern ‘args’ contains no argument packs
evtempl.hh: In instantiation of ‘void elt::Event::operator()(PT …) [with RT = void; PT = {int}]’:
testevtempl.cc:28:9: required from here
evtempl.hh:74:9: error: using invalid field ‘elt::Event::operator()(PT …)::::Handler*)>::__args’
evtempl.hh: In instantiation of ‘void elt::Event::operator()(PT …) [with RT = void; PT = {int, const char*}]’:
testevtempl.cc:29:20: required from here
evtempl.hh:74:9: error: using invalid field ‘elt::Event::operator()(PT …)::::Handler*)>::__args’

instead, I have to change that lambda to the old, mundane syntax:

for (itr = l.begin(); itr != l.end(); ++itr)
     (*(*itr))(args...);

This one compiles and works fine.

I wonder why the lambda syntax doesn’t work.

  1. Did I do something wrong or miss something?
  2. Is such thing outlawed in the c++11 standard?
  3. or, this is allowed by the standard, but it’s
    a problem of the current compiler?

I tried

[=](Handler *p) { (*p)(args...); }

it gives the same error as if you did:

[args](Handler *p) { (*p)(args...); }

complaining parameter packs not expanded

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T11:29:27+00:00Added an answer on June 17, 2026 at 11:29 am

    It’s a bug in gcc. See [c++0x]lambdas and variadic templates don’t work together or perhaps [C++11] Pack expansion fails in lambda expressions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to mechanize in python and it would be nice if someone could
If I have the following dummy code: public static void main(String[] args) { TestRunnable
Would be nice if the Entity framework had the ADO.Net equivalent of DataRow.HasErrors. I'm
It would be nice if the GeoShape page included examples or the individual properties
It would be nice to use ember.js , data from git HEAD , since
I would like to present a scenario where it would be nice to: have
I have a ruby on rails application and it would be nice to see
Probably not. But still would be nice to have it. Kinda hard to believe
My employer is currently trying out Fogbugz and one feature that would be nice
I'm looking for a good and useful code example that would be nice, short

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.