Just a quick question. Which is the header containing the definition for std::getline(), and where is it located for MSVC 6.0? I'm trying to fix the bug as described in this article.
**EDIT**
Never mind, I stepped through std::getline() in the debugger and made the change at the first spot that matched the excerpt. I'm not totally sure if it worked, but let's hope for the best![]()



LinkBack URL
About LinkBacks




That's an awesome site though, I fixed several other headers including <vector>. Strange, that I (and many others) never noticed any problems with vectors.