Language
C++
Compiler
clang HEAD 15.0.0 (https://github.com/llvm/llvm-project.git 640f1e0829597d1484c8c90244ba01f4c52d53ad)
Options
Don't Use Boost
C++2a
no pedantic
$ clang++ prog.cc -std=c++2a
Str1: id, Str2: if, Dist: 1
Str1: id, Str2: ifdef, Dist: 3
Str1: id, Str2: ifndef, Dist: 4
Str1: ifd, Str2: if, Dist: 1
Str1: ifd, Str2: ifdef, Dist: 2
Str1: ifd, Str2: ifndef, Dist: 3
Exit Code:
0