[ 
https://issues.apache.org/jira/browse/STDCXX-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Farid Zaripov closed STDCXX-1047.
---------------------------------


Merged to 4.2.x and 4.3.x in r1230299 and r1230302, respectively.
                
> 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
>            Assignee: Martin Sebor
>            Priority: Minor
>             Fix For: 5.0.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to