25 Mar
2026
25 Mar
'26
8:35 p.m.
On 3/25/26 17:25, Olaf van der Spek via Boost wrote:
R"(\\n)" = "\\n" should match "\\n", i.e. a backslash followed by 'n'.
This line isn't correct, is it? Two slashes in the raw string should be four slashes in a normal string.
You are of course correct. R"(\\n)" = "\\\\n", which matches R"(\n)" = "\\n". -- Rainer Deyke - rainerd@eldwood.com