Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20191224 (experimental)

Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++2a
prog.cc:10:10: error: cannot define member function 'A::func' within 'B'
   10 |     void A::func() override { std::cout << "B::func\n"; }
      |          ^
Exit Code:
1