Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

clang HEAD 13.0.0 (https://github.com/llvm/llvm-project.git fcdf7f6224610a51dc2ff47f2f1e3377329b64a7)

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

Author

anonymous

about 4 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++2b
prog.cc:16:15: error: definition or redeclaration of 'A' not allowed inside a function
    NS::S(NS::A);
          ~~~~^
1 error generated.
Exit Code:
1