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