From 3e0233a26cd4f920ad4482ce53651ab7790f67b6 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Wed, 27 Feb 2002 17:03:30 +0000 Subject: [PATCH] Minor text updates in history section. [SVN r12956] --- smart_ptr.htm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/smart_ptr.htm b/smart_ptr.htm index ce7e38e..1e045f1 100644 --- a/smart_ptr.htm +++ b/smart_ptr.htm @@ -138,15 +138,13 @@ destruction. Refinement evolved in discussions including Dave Abrahams, Greg Colvin, Beman Dawes, Rainer Deyke, Peter Dimov, John Maddock, Vladimir Prus, Shankar Sai, and others.

-

November 1999. Darin Adler provided operator ==, operator !=, and std::swap -and std::less specializations for shared types.

+

November 1999. Darin Adler provided operator ==, operator !=, and std::swap +and std::less specializations for shared types.

-

September 1999. Luis Coelho provided shared_ptr::swap and shared_array::swap

+

September 1999. Luis Coelho provided shared_ptr::swap and shared_array::swap

May 1999. In April and May, 1999, Valentin Bonnard and David Abrahams -made a number of suggestions resulting in numerous improvements. See the -revision history in smart_ptr.hpp -for the specific changes made as a result of their constructive criticism.

+made a number of suggestions resulting in numerous improvements.

October 1998. In 1994 Greg Colvin proposed to the C++ Standards Committee classes named auto_ptr and counted_ptr which