lundi 25 janvier 2016

Is the R before string cross-platfrom

From MSDN, this code is used in order to match regular expression:

if (regex_match(s, m, regex { R"((\w+) (\w+))" }))
{
}

Is using the R before the string quota a standard C++?

Aucun commentaire:

Enregistrer un commentaire