How come this code
std::map m; m[\"a\"]=1;
compiles with (I\'m using MSVC 2010)
#include
is a C standard library header while is a cpp in fact all the c standard header files have .h extension an non of cpp have .h.
.h