diff --git a/scoped_array.htm b/scoped_array.htm index 5e80f62..0fb8932 100644 --- a/scoped_array.htm +++ b/scoped_array.htm @@ -34,7 +34,7 @@
namespace boost { - template<class T> class scoped_array : noncopyable { + template<class T> class scoped_array : noncopyable { public: typedef T element_type; @@ -100,12 +100,11 @@Equivalent to a.swap(b). Matches the interface of std::swap. Provided as an aid to generic programming.
-Revised - 1 February 2002
+Revised 09 January 2003
Copyright 1999 Greg Colvin and Beman Dawes. Copyright 2002 Darin Adler. Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. This document is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.