This is the mail archive of the libstdc++-prs@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: libstdc++/20: basic_[io]stringstream::str() - extra "return" invoid func?


The following reply was made to PR libstdc++/20; it has been noted by GNATS.

From: Benjamin Kosnik <bkoz@cygnus.com>
To: vakatov@ncbi.nlm.nih.gov
Cc: libstdc++-gnats@sourceware.cygnus.com
Subject: Re: libstdc++/20: basic_[io]stringstream::str() - extra "return" in
 void func?
Date: Thu, 6 Jan 2000 19:29:47 -0800 (PST)

 fixed. thanks for taking the time to report bugs like this.
 
 best,
 benjamin
 
 > basic_[io]stringstream::str() - extra "return" in void func
 > 
 > std_sstream.h, line 232, 284, 338:
 > 
 >       void 
 >       str(const __string_type& __s)
 >       { return rdbuf()->str(__s); }
 >         ^^^^^^
 
 

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