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