Language
C++
Compiler
clang HEAD 10.0.0 (https://github.com/llvm-mirror/clang.git 65acf43270ea2894dffa0d0b292b92402f80c8cb) (https://github.com/llvm-mirror/llvm.git 2c4ca6832fa6b306ee6a7010bfb80a3f2596f824)
Options
Warnings
Boost 1.71.0
C++2a(GNU)
no pedantic
Raw compiler options
-Wno-unused-private-field
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/clang-head/include -std=gnu++2a -Wno-unused-private-field
[==========] Running 1 tests from 1 test cases.
[----------] Global test environment set-up.
[----------] 1 tests from PeepTest
[ RUN ] PeepTest.MemberVariable
[ OK ] PeepTest.MemberVariable (0ms)
[----------] 1 tests from PeepTest(0ms total)
[----------] Global test environment tear-down.
[==========] 1 tests from 1 testcase ran. (0ms total)
[ PASSED ] 1 tests.
Exit Code:
0