Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C++

Compiler

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

Options
Warnings
Don't Use Boost
C++17
-pedantic-errors

Author

anonymous

almost 5 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors
prog.cc:16:25: warning: suggest braces around initialization of subobject [-Wmissing-braces]
constexpr tuple t = tie{up};
                        ^~
                        { }
1 warning generated.
Exit Code:
0