[Bug c++/47226] [C++0x] GCC doesn't expand template parameter pack that appears in a lambda-expression
akim.demaille at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jul 6 12:31:00 GMT 2017
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.
--- Comment #12 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.
More information about the Gcc-bugs
mailing list