Error C1001

Well, I was programming and...

Error 1 fatal error C1001: An internal error has occurred in the compiler.

Lolz.

1
2
3
if(line == "#curhp") util::file::load_line(file, obj._curhp);
else if(line == "#basemaxhp") util::file::load_line(file, obj._basemaxhp);
//... 


Some random lines in there don't work, specifically ones working with std::strings. If I uncommented more than one of them at a time, I get the error. -_-
Topic archived. No new replies allowed.