https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085
--- Comment #6 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Fri Apr 3 17:23:27 2015
New Revision: 221858
URL: https://gcc.gnu.org/viewcvs?rev=221858&root=gcc&view=rev
Log:
/cp
2015-04-03 Paolo Carlini
PR c++/64085
* lambda.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085
Paolo Carlini changed:
What|Removed |Added
CC||my.pvt.emailaddress@googlem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085
Paolo Carlini changed:
What|Removed |Added
Status|REOPENED|ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085
Paolo Carlini changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64085
--- Comment #1 from Maxim Yegorushkin ---
It compiles fine if I replace the line in question with:
return [&captive = static_cast(arg)](auto&& a) {