In istream::ignore, check the delimeter as an int_type, not as a char_type, so...
In istream::ignore, check the delimeter as an int_type, not as a char_type, so as to correctly handle EOF. This fixes http://llvm.org/bugs/show_bug.cgi?id=16427 llvm-svn: 185298
Loading
Please register or sign in to comment