http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995
Jonathan Wakely changed:
What|Removed |Added
Keywords||accepts-invalid
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995
--- Comment #2 from Paolo Carlini 2012-10-20
08:31:12 UTC ---
May be duplicate of other known issues about lambdas vs templates.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995
--- Comment #1 from niXman 2012-10-20 07:15:28 UTC
---
> App crash:
> http://liveworkspace.org/code/3d5e51c9059ea4f37ce2d0d23739d374
More detailed output.
source:
#include
typedef void(*void_func)();
void foo(void_func f) {