shared_container_iterator library:

- updated Copyright and License notices
 - Added shared_iterator_test to the iterator test suite.


[SVN r22140]
This commit is contained in:
Ronald Garcia 2004-02-02 22:16:36 +00:00
parent 7b472a05ee
commit b6c826a139
5 changed files with 34 additions and 21 deletions

View File

@ -312,11 +312,10 @@ the previous two.
<!-- hhmts start --> <!-- hhmts start -->
Last modified: Mon Aug 11 11:27:03 EST 2003 Last modified: Mon Aug 11 11:27:03 EST 2003
<!-- hhmts end --> <!-- hhmts end -->
<p>© Copyright Ronald Garcia 2002. Permission to copy, use, <p>© Copyright 2003 The Trustees of Indiana University.
modify, sell and distribute this document is granted provided this copyright Use, modification and distribution is subject to the Boost Software
notice appears in all copies. This document is provided &quot;as is&quot; License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
without express or implied warranty, and with no claim as to its suitability for http:www.boost.org/LICENSE_1_0.txt)</p>
any purpose.</p>
</body> </body>

View File

@ -1,7 +1,8 @@
// (C) Copyright Ronald Garcia 2002. Permission to copy, use, modify, sell and // Copyright 2003 The Trustees of Indiana University.
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied // Use, modification and distribution is subject to the Boost Software
// warranty, and with no claim as to its suitability for any purpose. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include "boost/shared_container_iterator.hpp" #include "boost/shared_container_iterator.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"

View File

@ -1,7 +1,8 @@
// (C) Copyright Ronald Garcia 2002. Permission to copy, use, modify, sell and // Copyright 2003 The Trustees of Indiana University.
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied // Use, modification and distribution is subject to the Boost Software
// warranty, and with no claim as to its suitability for any purpose. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include "boost/shared_container_iterator.hpp" #include "boost/shared_container_iterator.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"

View File

@ -1,7 +1,8 @@
// (C) Copyright Ronald Garcia 2002. Permission to copy, use, modify, sell and // Copyright 2003 The Trustees of Indiana University.
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied // Use, modification and distribution is subject to the Boost Software
// warranty, and with no claim as to its suitability for any purpose. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include "boost/shared_container_iterator.hpp" #include "boost/shared_container_iterator.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"

View File

@ -1,7 +1,18 @@
// (C) Copyright Ronald Garcia 2003. Permission to copy, use, modify, sell and // Copyright 2003 The Trustees of Indiana University.
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied // Use, modification and distribution is subject to the Boost Software
// warranty, and with no claim as to its suitability for any purpose. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Shared container iterator adaptor
// Author: Ronald Garcia
// See http://boost.org/libs/utility/shared_container_iterator.html
// for documentation.
//
// shared_iterator_test.cpp - Regression tests for shared_container_iterator.
//
#include "boost/shared_container_iterator.hpp" #include "boost/shared_container_iterator.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"