Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Boost 1.76.0
C++11
-pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=c++11 -pedantic
Exit Code:
1
Author
anonymous
over 3 years ago
C++
gcc 11.1.0
Author
anonymous
over 3 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=c++11 -pedantic
/tmp/ccbUD9tW.o: In function `Foo::ret(int)':
prog.cc:(.text._ZN3Foo3retEi[_ZN3Foo3retEi]+0x2e): undefined reference to `Foo::OUT_OF_BOUNDS'
collect2: error: ld returned 1 exit status