vendredi 21 juin 2019

What is a raw string?

I came across this code snippet in C++17 draft n4713:

#define R "x"
const char* s = R"y"; // ill-formed raw string, not "x" "y"

What is a "raw string"? What does it do?

Aucun commentaire:

Enregistrer un commentaire