Looks like there's no conversion between const char* and...
Looks like there's no conversion between const char* and string::const_iterator on MSVC (actually it sounds safer if you ask me). Anyway, working around that by wrapping const char* around a std::string
Please register or sign in to comment