Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 2385 invoked from network); 24 Jul 2007 00:29:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 00:29:51 -0000 Received: (qmail 18956 invoked by uid 500); 24 Jul 2007 00:29:53 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 18941 invoked by uid 500); 24 Jul 2007 00:29:53 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 18930 invoked by uid 99); 24 Jul 2007 00:29:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 17:29:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 17:29:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 13F0C7141EE for ; Mon, 23 Jul 2007 17:29:31 -0700 (PDT) Message-ID: <19932933.1185236971071.JavaMail.jira@brutus> Date: Mon, 23 Jul 2007 17:29:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-466) basic_string<>::rfind() throws length_error(), but should return npos In-Reply-To: <7176059.1183467308160.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514816 ] Martin Sebor commented on STDCXX-466: ------------------------------------- Even more background is in LWG issue 625: http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#625 > basic_string<>::rfind() throws length_error(), but should return npos > --------------------------------------------------------------------- > > Key: STDCXX-466 > URL: https://issues.apache.org/jira/browse/STDCXX-466 > Project: C++ Standard Library > Issue Type: Bug > Components: 21. Strings > Affects Versions: 4.2 > Environment: All > Reporter: Farid Zaripov > Assignee: Farid Zaripov > > The details are here: http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg03795.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.