fork download
  1. // http://d...content-available-to-author-only...e.jp/Flast/20101108/1289191078
  2. template < typename T >
  3. void hoge( const T & );
  4.  
  5. void fuga( void )
  6. {
  7. hoge( []{ return []{}; }() );
  8. }
  9.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
stdout
Standard output is empty