Unexpected change of raw string literal
Released in v 3.6.14. I have also adjusted the VS2022 static project option to enable C++17.
Lines starting with #define and end with ',' are pre-padded with space
Released in v 3.6.14.
Curly braces prevent indentation (in lambda)
The first issue is related to this initializer list: OsVersion{6, 1}
I have comitted another fix.
It is related to the last line of the raw string having no indent. It seems to be an older bug or regression.