Re: std::getline

2013-05-15 Thread Jonathan Wakely
On 15 May 2013 09:23, Jonathan Wakely wrote: > On 15 May 2013 08:50, Jonathan Wakely wrote: >> Yes, it's wrong. I think the comment was copied from operator>> and >> not corrected. I'll fix it, thanks for reporting it. > > * include/bits/basic_string.h (getline): Fix doxygen comments. > >

Re: std::getline

2013-05-15 Thread Jonathan Wakely
On 15 May 2013 08:50, Jonathan Wakely wrote: > On 15 May 2013 06:57, ntysdd wrote: >> Hi, >> >> I found this in the file `include\bits\basic_string.h': >> /** >> * @brief Read a line from stream into a string. >> * @param __is Input stream. >> * @param __str Buffer to store into. >> * @return Refer