Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc 12.1.0

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

foo.h
foo.cpp

$ g++ prog.cc -Wall -Wextra -std=gnu++2b foo.cpp
foo.cpp:6:23: error: expected unqualified-id before ';' token
    6 | template Base_Derived1;
      |                       ^
Exit Code:
1