Language
C++
Compiler
clang HEAD 5.0.0 (https://github.com/llvm-mirror/clang.git 7f6984326f2a379ecea2c0bb629afafe5e1d0875) (https://github.com/llvm-mirror/llvm.git dbb0e70756a73eb34af6e5c89ff16a977a5408ba)
Options
Warnings
Boost 1.64.0
C++1z(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/clang-head/include -std=gnu++1z
B: 1
C: 0
B: x() is hidden
C: x() is not hidden
Exit Code:
0