Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git 1c45220028a8aa39ad2f26c8c3c6234d1a816086)

Options
Warnings
Boost 1.73.0
C++2a
no pedantic

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=c++2a
prog.cc:11:10: warning: 'SetUp' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    void SetUp() {} // -Wsuggest-override
         ^
prog.cc:4:18: note: overridden virtual function is here
    virtual void SetUp() {} // ユーザーが拡張可能なポイント
                 ^
1 warning generated.
Exit Code:
0