mardi 23 décembre 2014

C++11 Raw String Literals Macro Visual Studio

Is it still an issue in VS2013 update 4 I have this macro defined:


define STR LR"(c:\program files)"


However when compiling below cout<< STR


I get compilation warning (warning C4129: 'p' ), seems like compiler disregards macro expansion of the Raw literal directive Is it still a compiler bug? , when Microsoft shall fix it?


Aucun commentaire:

Enregistrer un commentaire