http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54764

Daniel Krügler <daniel.kruegler at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.kruegler at
                   |                            |googlemail dot com

--- Comment #1 from Daniel Krügler <daniel.kruegler at googlemail dot com> 
2012-10-01 11:54:47 UTC ---
Simplified to get rid of library dependencies:

//-------------------
template<class T = void>
struct c
{
  int (*f)(int) = [](int i){return i + i;};
};
//-------------------

Reply via email to