Return-Path: Delivered-To: apmail-stdcxx-issues-archive@minotaur.apache.org Received: (qmail 60658 invoked from network); 27 Jul 2010 20:49:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 20:49:38 -0000 Received: (qmail 39303 invoked by uid 500); 27 Jul 2010 20:49:38 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 39274 invoked by uid 500); 27 Jul 2010 20:49:38 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 39266 invoked by uid 99); 27 Jul 2010 20:49:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 20:49:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 20:49:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6RKnH23007679 for ; Tue, 27 Jul 2010 20:49:17 GMT Message-ID: <2544816.30721280263757289.JavaMail.jira@thor> Date: Tue, 27 Jul 2010 16:49:17 -0400 (EDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Assigned: (STDCXX-1047) string function std::getline incorrectly documented In-Reply-To: <648544084.224791268392407242.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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 > basic_istream > getline(basic_istream is, > str, charT delim); > where the second argument should be basic_string& 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.