https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65354
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65354
--- Comment #2 from Charlie ---
Here's a more succinct example (using the "+" trick to convert to a function
pointer):
#include
int main ()
{
auto f = +[] (std::string s)
{
return std::string (std::move (s));
};
std::stri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65354
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.