How come this code
std::map m; m[\"a\"]=1;
compiles with (I\'m using MSVC 2010)
#include
I believe is just used for C and for C++. So including string.h wont work.
string.h