string raw_str = R"(R"(foo)")";
If I have R"()" inside a raw string, and that causes the parser to confuse. (ie., it thought the left most )" was the end of the raw string.
R"()"
)"
How do I escape this?
Aucun commentaire:
Enregistrer un commentaire