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++11
no pedantic

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=c++11
prog.cc:12:10: error: declaration of 'Setup' overrides a 'final' function
    void Setup() {} // final な関数をオーバーライドしようとした
         ^
prog.cc:6:18: note: overridden virtual function is here
    virtual void Setup() final {}
                 ^
1 error generated.
Exit Code:
1