From 5df69a894665afa2c31ee18b906968f3cbabb313 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 26 Mar 2008 18:34:29 +0000 Subject: [PATCH] Added "Throws: nothing" to get_deleter. [SVN r43873] --- shared_ptr.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/shared_ptr.htm b/shared_ptr.htm index a752629..5b4444f 100644 --- a/shared_ptr.htm +++ b/shared_ptr.htm @@ -522,6 +522,7 @@ q = p;

Returns: If *this owns a deleter d of type (cv-unqualified) D, returns &d; otherwise returns 0.

+

Throws: nothing.

Example

See shared_ptr_example.cpp for a