Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

clang 11.1.0

Options
Warnings
Don't Use Boost
C++14
no pedantic

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)
Exit Code:
1