Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

clang 13.0.0

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

Author

anonymous

over 3 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++2a
prog.cc:35:5: error: call to deleted constructor of 'C' (aka 'global_raii_t')
  C c = ::raii_obj;  // ng
    ^   ~~~~~~~~~~
prog.cc:19:5: note: 'global_raii_t' has been explicitly marked deleted here
    global_raii_t(const global_raii_t&) = delete;
    ^
1 error generated.
Exit Code:
1