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


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

--- Comment #11 from Akim Demaille <akim.demaille at gmail dot com> ---
The project I work on has this:

    auto const f = std::bind(&Rpc::operator (),
                             &rpc, std::ref(args)...);

instead of a simple lambda.

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