Author
anonymous
about 9 years ago
Language
Compiler
Options
Author
anonymous
about 9 years ago
$
prog.cc: In function 'constexpr bool xxx(void (CC::*)())':
prog.cc:11:15: warning: the address of 'void CC::mbr()' will never be NULL [-Waddress]
return (f == _a);
~~^~~~~
/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