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 <[EMAIL PROTECTED]>
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