$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: pdimov_at_[hidden]
Date: 2008-03-26 14:34:29
Author: pdimov
Date: 2008-03-26 14:34:29 EDT (Wed, 26 Mar 2008)
New Revision: 43873
URL: http://svn.boost.org/trac/boost/changeset/43873
Log:
Added "Throws: nothing" to get_deleter.
Text files modified: 
   trunk/libs/smart_ptr/shared_ptr.htm |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/smart_ptr/shared_ptr.htm
==============================================================================
--- trunk/libs/smart_ptr/shared_ptr.htm	(original)
+++ trunk/libs/smart_ptr/shared_ptr.htm	2008-03-26 14:34:29 EDT (Wed, 26 Mar 2008)
@@ -522,6 +522,7 @@
                         <P><B>Returns:</B> If <STRONG>*this</STRONG> <EM>owns</EM> a deleter <STRONG>d</STRONG>
                                 of type (cv-unqualified) <STRONG>D</STRONG>, returns <code>&d</code>; 
                                 otherwise returns 0.</P>
+			<P><B>Throws:</B> nothing.</P>
                 </BLOCKQUOTE>
                 <h2><a name="example">Example</a></h2>
                 <p>See shared_ptr_example.cpp for a