mercredi 5 septembre 2018

c++: can you do a raw string literal without the paren?

In C++, can you do a raw string literal without the paren?

// i.e.
std::string = R"this is a test \(hello\|goodbye\)";

Aucun commentaire:

Enregistrer un commentaire