Language
C++
Compiler
clang 11.1.0
Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic
Raw compiler options
unk.cpp
$ clang++ prog.cc -Wall -Wextra -std=gnu++2a unk.cpp
Exit Code:
1
Author
anonymous
almost 4 years ago
C++
clang 11.1.0
Author
anonymous
almost 4 years ago
$ clang++ prog.cc -Wall -Wextra -std=gnu++2a unk.cpp
/tmp/prog-bfa5e6.o: In function `D::U::U(int)':
prog.cc:(.text._ZN1D1UC2Ei[_ZN1D1UC2Ei]+0x3e): undefined reference to `C<int>::~C()'
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)