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]

libstdc++/20: basic_[io]stringstream::str() - extra "return" in void func?



>Number:         20
>Category:       libstdc++
>Synopsis:       basic_[io]stringstream::str() - extra "return" in void func?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 02 16:57:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     vakatov@ncbi.nlm.nih.gov
>Release:        libstdc++-2.90.7.tar.gz
>Organization:
>Environment:

>Description:
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); }
        ^^^^^^
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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