From issues-return-2630-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Fri Mar 12 11:14:28 2010 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@minotaur.apache.org Received: (qmail 42563 invoked from network); 12 Mar 2010 11:14:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Mar 2010 11:14:28 -0000 Received: (qmail 90517 invoked by uid 500); 12 Mar 2010 11:13:51 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 90489 invoked by uid 500); 12 Mar 2010 11:13:51 -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 90392 invoked by uid 99); 12 Mar 2010 11:13:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Mar 2010 11:13:50 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Mar 2010 11:13:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B7D3234C4C3 for ; Fri, 12 Mar 2010 11:13:27 +0000 (UTC) Message-ID: <648544084.224791268392407242.JavaMail.jira@brutus.apache.org> Date: Fri, 12 Mar 2010 11:13:27 +0000 (UTC) From: "Benjamin Wolsey (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-1047) string function std::getline incorrectly documented MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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 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.