Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 2f3561f04cd76419c671b88ba7fce6149f3e109c) (https://github.com/llvm-mirror/llvm.git 935be04820e91664774362b62e715e715008a370)

Options
Warnings
Don't Use Boost
C++14
no pedantic
Raw compiler options
C.cpp

Author

anonymous

over 6 years ago

C.h
C.cpp

$ clang++ prog.cc -Wall -Wextra -std=c++14 C.cpp
/tmp/C-53b3f0.o: In function `C::f()':
C.cpp:(.text+0x19): undefined reference to `C::kConstant'
clang-9: error: linker command failed with exit code 1 (use -v to see invocation)
Exit Code:
1