Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

clang HEAD 16.0.0 (https://github.com/llvm/llvm-project.git e5f746e9bb61f06d273c629a06eb598abfbcedc3)

Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
Raw compiler options
foo.cpp

foo.h
foo.cpp

$ clang++ prog.cc -Wall -Wextra -std=gnu++2b foo.cpp
foo.cpp:6:10: error: declaration does not declare anything
template Base_Derived1;
         ^~~~~~~~~~~~~
1 error generated.
Exit Code:
1