You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Benjamin Wolsey (JIRA)" <ji...@apache.org> on 2010/03/12 12:13:27 UTC

[jira] Created: (STDCXX-1047) string function std::getline incorrectly documented

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.


[jira] Commented: (STDCXX-1047) string function std::getline incorrectly documented

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892921#action_12892921 ] 

Martin Sebor commented on STDCXX-1047:
--------------------------------------

Confirmed. There are other formatting problems on this page as well.

> 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
>
> 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.


[jira] Assigned: (STDCXX-1047) string function std::getline incorrectly documented

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor reassigned STDCXX-1047:
------------------------------------

    Assignee: Martin Sebor

> 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
>
> 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.


[jira] Resolved: (STDCXX-1047) string function std::getline incorrectly documented

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor resolved STDCXX-1047.
----------------------------------

    Fix Version/s: 5.0.0
       Resolution: Fixed

Fixed in rev [979869|http://svn.apache.org/viewcvs?view=rev&rev=979869].
Will close after merging to 4.2.x and 4.3.x.

> 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.
-
You can reply to this email to add a comment to the issue online.