The information in this article applies to:
SYMPTOMSThe Standard C++ Library template getline function reads an extra character after encountering the delimiter. Please refer to the sample program in the More Information section for details. RESOLUTIONModify the getline member function, which can be found in the following system header file string, as follows: NOTE: Because the resolution involves modifying a system header file, extreme care should be taken to ensure that nothing else is changed in the header file. Microsoft is not responsible for any problems resulting from unwanted changes to the system header files.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe following sample program demonstrates the bug:
Additional query words: STL
Keywords : kbtemplate kbLangCPP kbSTL kbVC kbVC600 kbVC600bug |
Last Reviewed: September 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |