[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-stdcxx-issues
Subject:    [jira] Created: (STDCXX-1047) string function std::getline
From:       "Benjamin Wolsey (JIRA)" <jira () apache ! org>
Date:       2010-03-12 11:13:27
Message-ID: 648544084.224791268392407242.JavaMail.jira () brutus ! apache ! org
[Download RAW message or body]

string function std::getline incorrectly documented
---------------------------------------------------

                 Key: STDCXX-1047
                 URL: https://issues.apache.org/jira/browse/STDCXX-1047
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Documentation
            Reporter: Benjamin Wolsey
            Priority: Minor


The documentation for std::getline is incorrect:

template <class Stream, class charT, class traits, class Allocator>
basic_istream<charT, traits>
getline(basic_istream<charT, traits> is, 
        <charT, traits allocator> str, charT delim);

where the second argument should be basic_string<charT, traits, allocator>& str

http://stdcxx.apache.org/doc/stdlibref/basic-string.html#idx390

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic