Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 3764 invoked from network); 8 Aug 2008 22:51:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2008 22:51:25 -0000 Received: (qmail 30386 invoked by uid 500); 8 Aug 2008 22:51:24 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 30364 invoked by uid 500); 8 Aug 2008 22:51:24 -0000 Mailing-List: contact commits-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 commits@stdcxx.apache.org Received: (qmail 30355 invoked by uid 99); 8 Aug 2008 22:51:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2008 15:51:24 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2008 22:50:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1171B238896D; Fri, 8 Aug 2008 15:51:04 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r684134 - /stdcxx/branches/4.2.x/include/loc/_num_put.h Date: Fri, 08 Aug 2008 22:51:03 -0000 To: commits@stdcxx.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080808225104.1171B238896D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Fri Aug 8 15:51:03 2008 New Revision: 684134 URL: http://svn.apache.org/viewvc?rev=684134&view=rev Log: 2008-08-08 Martin Sebor STDCXX-998 * include/loc/_num_put.h (~num_put): Added attribute nothrow to help optimizers generate better code. Modified: stdcxx/branches/4.2.x/include/loc/_num_put.h Modified: stdcxx/branches/4.2.x/include/loc/_num_put.h URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/loc/_num_put.h?rev=684134&r1=684133&r2=684134&view=diff ============================================================================== --- stdcxx/branches/4.2.x/include/loc/_num_put.h (original) +++ stdcxx/branches/4.2.x/include/loc/_num_put.h Fri Aug 8 15:51:03 2008 @@ -59,7 +59,7 @@ _EXPLICIT num_put (_RWSTD_SIZE_T __refs = 0) : _RW::__rw_facet (__refs) { } - virtual ~num_put (); + virtual ~num_put () _RWSTD_ATTRIBUTE_NOTHROW; #ifndef _RWSTD_NO_BOOL