Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 9 years ago

Language

Compiler

Options

Author

anonymous

almost 9 years ago

$
prog.cc: In function 'Base foo()':
prog.cc:21:12: error: use of deleted function 'Base::Base(const Base&)'
     return d;
            ^
prog.cc:6:5: note: declared here
     Base(Base const&) = delete;
     ^~~~
Exit Code:
1