Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git 3d2bab176f528de8d24512e092b2bfb319899b1e)

Options
Warnings
Boost 1.73.0
C++17
-pedantic

Author

anonymous

over 5 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=c++17 -pedantic
prog.cc:18:32: warning: unused variable 'a' [-Wunused-variable]
    NoUserProvidedConstructors a{};  // OK until C++20
                               ^
1 warning generated.
Exit Code:
0