Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git 2c391a5a14aeb34e970aba85c5aa540656fe47ca)

Options
Warnings
Boost 1.73.0
C++2a
no pedantic

test.h
test2.h

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=c++2a
prog.cc:6:13: error: expected member name or ';' after declaration specifiers
   MyClass1() {};   // C4183
   ~~~~~~~~ ^
1 error generated.
Exit Code:
1