Language
C++
Compiler
clang 7.0.0
Options
Warnings
Boost 1.73.0
C++11
-pedantic-errors
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-7.0.0/include -std=c++11 -pedantic-errors Exit Code:
1
Author
anonymous
over 4 years ago
C++
clang 7.0.0
Author
anonymous
over 4 years ago
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-7.0.0/include -std=c++11 -pedantic-errors /tmp/prog-3e88e6.o: In function `main':
prog.cc:(.text+0x16): undefined reference to `Some::x'
clang-7: error: linker command failed with exit code 1 (use -v to see invocation)