Language
C++
Compiler
clang 8.0.0
Options
Warnings
Boost 1.70.0
C++17
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/clang-8.0.0/include -std=c++17
8
140729604143976
140729604143975
Exit Code:
0
Author
anonymous
almost 6 years ago
C++
clang 8.0.0
Author
anonymous
almost 6 years ago
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/clang-8.0.0/include -std=c++17
prog.cc:8:18: warning: private field 'integer' is not used [-Wunused-private-field]
std::uint8_t integer{};
^
1 warning generated.
8
140729604143976
140729604143975