when I was reading codecvt example in cppref, I noticed this line:
codecvt
std::string data = reinterpret_cast<const char*>(+u8"z\u00df\u6c34\U0001f34c");
Any idea what is that + before u8 for? Because I removed it and nothing changed in result.
+
u8
Aucun commentaire:
Enregistrer un commentaire