From stdcxx-dev-return-2798-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Mar 09 19:20:00 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 22928 invoked from network); 9 Mar 2007 19:20:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2007 19:20:00 -0000 Received: (qmail 69101 invoked by uid 500); 9 Mar 2007 19:20:08 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 69094 invoked by uid 500); 9 Mar 2007 19:20:08 -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 69082 invoked by uid 99); 9 Mar 2007 19:20:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2007 11:20:08 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.50.6.28] (HELO WM28.inbox.com) (208.50.6.28) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 09 Mar 2007 11:19:57 -0800 Received: from inbox.com (127.0.0.1:25) by inbox.com with [InBox.Com SMTP Server] id <703090118408.WM28> for from ; Fri, 9 Mar 2007 11:19:45 AM -0800 Mime-Version: 1.0 Date: Fri, 9 Mar 2007 11:19:44 -0800 Message-ID: <053F9208B46.00000442mbrown@inbox.com> From: Mark Brown Subject: new container member functions cbegin() and cend() To: stdcxx-dev@incubator.apache.org X-Mailer: INBOX.COM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-IWM-ACU: oUmVnH1M8Q-PrxWVs_q4jVA7MOlsxgEadGPHeNhd4TdUhT4C9hj1fATpf17G QlMTXhRPQwcDDUZ8Z8_ErEdjd7btsX7_b_9g0uYMs96X9J5d_Au9CuWQRSPt ydqow_k5koSDyIg@@ X-Virus-Checked: Checked by ClamAV on apache.org The next C++ standard adds a couple of new container member functions, = cbegin() and cend(), that will make it easier to retrieve const iterators = from non-const container objects. Are there any plans to add these = functions to stdcxx? -- Mark