How come this code
std::map m; m[\"a\"]=1;
compiles with (I\'m using MSVC 2010)
#include
string.h is for c compatible c++ string class string is for pure c++ string class