Language
C++
Compiler
gcc HEAD 12.0.0 20210605 (experimental)
Options
Warnings
Optimization
Boost 1.73.0
C++17
-pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++17 -pedantic
Exit Code:
1
Author
anonymous
almost 4 years ago
C++
gcc HEAD 12.0.0 20210605 (experimental)
Author
anonymous
almost 4 years ago
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++17 -pedantic
/usr/lib/x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status