Language
C++
Compiler
clang HEAD 13.0.0 (https://github.com/llvm/llvm-project.git 15b5d1a5bf1f179835247d34e4febad1e2ee3121)
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2a
あ == \D: true
A == \D: true
あ == [^0-9] : true
A == [^0-9] : true
Exit Code:
0