Minor text updates in history section.

[SVN r12956]
This commit is contained in:
Darin Adler
2002-02-27 17:03:30 +00:00
parent aa98e2b37e
commit 3e0233a26c

View File

@@ -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.</p>
<p>November 1999. Darin Adler provided operator ==, operator !=, and std::swap
and std::less specializations for shared types.</p>
<p>November 1999. Darin Adler provided <b>operator ==</b>, <b>operator !=</b>, and <b>std::swap</b>
and <b>std::less</b> specializations for shared types.</p>
<p>September 1999. Luis Coelho provided shared_ptr::swap and shared_array::swap</p>
<p>September 1999. Luis Coelho provided <b>shared_ptr::swap</b> and <b>shared_array::swap</b></p>
<p>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 <a href="../../boost/smart_ptr.hpp"><b>smart_ptr.hpp</b></a>
for the specific changes made as a result of their constructive criticism.</p>
made a number of suggestions resulting in numerous improvements.</p>
<p>October 1998. In 1994 Greg Colvin proposed to the C++ Standards Committee
classes named <b>auto_ptr</b> and <b>counted_ptr</b> which