This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: new woes with istream


Benjamin Kosnik writes:
>
>fixed, thanks.

Indeed, std::getline() appears to work now.  However, I find a bug was introduced recently:

#include <sstream>
#include <fstream>
#include <iostream>

int main(int argc, char **argv)
{
  std::cout << 5.0 << std::endl;
  return 0;
}


The result is only blank text being output.

Dave

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]