Author
anonymous
almost 7 years ago
Language
Compiler
Options
Author
anonymous
almost 7 years ago
$
prog.cc: In instantiation of 'auto f<int>':
prog.cc:10:10: required from here
prog.cc:2:6: warning: no return statement in function returning non-void [-Wreturn-type]
auto f = [](auto&& arg) -> T* {
^
/usr/lib/x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
Exit Code:
1