Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 94533b52c8f5040d486994fb226581b1118e0acb) (https://github.com/llvm-mirror/llvm.git 57d9165df08eb88baff2a02b650d13b4e099896d)

Options
Warnings
Boost 1.69.0
C++2a(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=gnu++2a
prog.cc:8:18: warning: 'const' qualifier on reference type 'decltype(v1)' (aka 'int &') has no effect [-Wignored-qualifiers]
    decltype(v1) const v2 = i;
                 ^~~~~~
1 warning generated.
int&
int&
Exit Code:
0