Language
C++
Compiler
clang 11.1.0
Options
Warnings
Don't Use Boost
C++14
no pedantic
$ clang++ prog.cc -Wall -Wextra -std=c++14
Exit Code:
1
Author
anonymous
about 4 years ago
C++
clang 11.1.0
Author
anonymous
about 4 years ago
$ clang++ prog.cc -Wall -Wextra -std=c++14
/tmp/prog-c2b95a.o: In function `Constant_Value::Constant_Value()':
prog.cc:(.text+0x209): undefined reference to `Constant_Value::test'
prog.cc:(.text+0x214): undefined reference to `Constant_Value::test'
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)