Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 8 years ago

Language

Compiler

Options

Author

anonymous

about 8 years ago

$
prog.cc:14:14: error: allocating an object of abstract class type 'const A'
    const A& a{};
             ^
prog.cc:9:18: note: unimplemented pure virtual method 'b' in 'A'
    virtual void b() const = 0;
                 ^
1 error generated.
Exit Code:
1