This is the mail archive of the
libstdc++-prs@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libstdc++/20: basic_[io]stringstream::str() - extra "return" invoid func?
- To: nobody at sourceware dot cygnus dot com
- Subject: Re: libstdc++/20: basic_[io]stringstream::str() - extra "return" invoid func?
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: 7 Jan 2000 03:37:00 -0000
- Cc: libstdc++-prs at sourceware dot cygnus dot com,
- Reply-To: Benjamin Kosnik <bkoz at cygnus dot com>
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); }
> ^^^^^^