$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-03-27 19:38:11
Author: danieljames
Date: 2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
New Revision: 43895
URL: http://svn.boost.org/trac/boost/changeset/43895
Log:
Merged revisions 43838-43894 via svnmerge from 
https://svn.boost.org/svn/boost/branches/unordered/trunk
........
  r43840 | danieljames | 2008-03-24 17:25:07 +0000 (Mon, 24 Mar 2008) | 1 line
  
  Fix a g++ warning.
........
  r43844 | danieljames | 2008-03-24 17:56:28 +0000 (Mon, 24 Mar 2008) | 1 line
  
  It's a new-ish year.
........
  r43885 | danieljames | 2008-03-27 20:36:10 +0000 (Thu, 27 Mar 2008) | 1 line
  
  The release script doesn't need to copy images and css - because that's now done in the jamfiles. Also tweak the shell script a tad bit.
........
  r43890 | danieljames | 2008-03-27 23:01:40 +0000 (Thu, 27 Mar 2008) | 1 line
  
  Starting to add a docbook bibliography.
........
  r43894 | danieljames | 2008-03-27 23:24:18 +0000 (Thu, 27 Mar 2008) | 1 line
  
  Redeclare 'data' in iterator_base to help compilers which have trouble with accessing the nested typedef.
........
Added:
   trunk/libs/unordered/doc/bibliography.xml
      - copied unchanged from r43894, /branches/unordered/trunk/libs/unordered/doc/bibliography.xml
Properties modified: 
   trunk/   (props changed)
Text files modified: 
   trunk/boost/functional/detail/container_fwd.hpp                     |     2 +-                                      
   trunk/boost/functional/detail/float_functions.hpp                   |     2 +-                                      
   trunk/boost/functional/detail/hash_float.hpp                        |     2 +-                                      
   trunk/boost/functional/hash.hpp                                     |     2 +-                                      
   trunk/boost/functional/hash/deque.hpp                               |     2 +-                                      
   trunk/boost/functional/hash/extensions.hpp                          |     2 +-                                      
   trunk/boost/functional/hash/hash.hpp                                |     2 +-                                      
   trunk/boost/functional/hash/list.hpp                                |     2 +-                                      
   trunk/boost/functional/hash/map.hpp                                 |     2 +-                                      
   trunk/boost/functional/hash/pair.hpp                                |     2 +-                                      
   trunk/boost/functional/hash/set.hpp                                 |     2 +-                                      
   trunk/boost/functional/hash/vector.hpp                              |     2 +-                                      
   trunk/boost/functional/hash_fwd.hpp                                 |     2 +-                                      
   trunk/boost/unordered/detail/allocator.hpp                          |     2 +-                                      
   trunk/boost/unordered/detail/hash_table.hpp                         |     2 +-                                      
   trunk/boost/unordered/detail/hash_table_impl.hpp                    |     3 ++-                                     
   trunk/boost/unordered_map.hpp                                       |     2 +-                                      
   trunk/boost/unordered_set.hpp                                       |     2 +-                                      
   trunk/libs/functional/hash/doc/Jamfile.v2                           |     2 +-                                      
   trunk/libs/functional/hash/doc/changes.qbk                          |     2 +-                                      
   trunk/libs/functional/hash/doc/disable.qbk                          |     2 +-                                      
   trunk/libs/functional/hash/doc/hash.qbk                             |     2 +-                                      
   trunk/libs/functional/hash/doc/intro.qbk                            |     2 +-                                      
   trunk/libs/functional/hash/doc/links.qbk                            |     2 +-                                      
   trunk/libs/functional/hash/doc/portability.qbk                      |     2 +-                                      
   trunk/libs/functional/hash/doc/ref.xml                              |     2 +-                                      
   trunk/libs/functional/hash/doc/thanks.qbk                           |     2 +-                                      
   trunk/libs/functional/hash/doc/tutorial.qbk                         |     2 +-                                      
   trunk/libs/functional/hash/examples/books.cpp                       |     2 +-                                      
   trunk/libs/functional/hash/examples/books.hpp                       |     2 +-                                      
   trunk/libs/functional/hash/examples/portable.cpp                    |     2 +-                                      
   trunk/libs/functional/hash/test/Jamfile.v2                          |     2 +-                                      
   trunk/libs/functional/hash/test/compile_time.hpp                    |     2 +-                                      
   trunk/libs/functional/hash/test/config.hpp                          |     2 +-                                      
   trunk/libs/functional/hash/test/container_fwd_test.cpp              |     2 +-                                      
   trunk/libs/functional/hash/test/hash_built_in_array_test.cpp        |     2 +-                                      
   trunk/libs/functional/hash/test/hash_complex_test.cpp               |     2 +-                                      
   trunk/libs/functional/hash/test/hash_custom_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/hash_deprecated_headers.cpp         |     2 +-                                      
   trunk/libs/functional/hash/test/hash_deque_test.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_float_test.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_float_test.hpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_friend_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/hash_function_pointer_test.cpp      |     2 +-                                      
   trunk/libs/functional/hash/test/hash_fwd_test.hpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_fwd_test_1.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_fwd_test_2.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_global_namespace_test.cpp      |     2 +-                                      
   trunk/libs/functional/hash/test/hash_list_test.cpp                  |     2 +-                                      
   trunk/libs/functional/hash/test/hash_long_double_test.cpp           |     2 +-                                      
   trunk/libs/functional/hash/test/hash_map_test.cpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_map_test.hpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp           |     2 +-                                      
   trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp             |     2 +-                                      
   trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp             |     2 +-                                      
   trunk/libs/functional/hash/test/hash_number_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/hash_pointer_test.cpp               |     2 +-                                      
   trunk/libs/functional/hash/test/hash_range_test.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_sequence_test.hpp              |     2 +-                                      
   trunk/libs/functional/hash/test/hash_set_test.cpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_set_test.hpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_string_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/hash_value_array_test.cpp           |     2 +-                                      
   trunk/libs/functional/hash/test/hash_vector_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/link_ext_test.cpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/link_no_ext_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/link_test.cpp                       |     2 +-                                      
   trunk/libs/functional/hash/test/link_test_2.cpp                     |     2 +-                                      
   trunk/libs/unordered/doc/buckets.qbk                                |     2 +-                                      
   trunk/libs/unordered/doc/comparison.qbk                             |     2 +-                                      
   trunk/libs/unordered/doc/hash_equality.qbk                          |     2 +-                                      
   trunk/libs/unordered/doc/intro.qbk                                  |     2 +-                                      
   trunk/libs/unordered/doc/rationale.qbk                              |     2 +-                                      
   trunk/libs/unordered/doc/ref.xml                                    |     2 +-                                      
   trunk/libs/unordered/doc/src_code/point1.cpp                        |     2 +-                                      
   trunk/libs/unordered/doc/src_code/point2.cpp                        |     2 +-                                      
   trunk/libs/unordered/doc/unordered.qbk                              |     6 +++---                                  
   trunk/libs/unordered/examples/case_insensitive.hpp                  |     2 +-                                      
   trunk/libs/unordered/examples/case_insensitive_test.cpp             |     2 +-                                      
   trunk/libs/unordered/examples/hash_functions/fnv-1.hpp              |     2 +-                                      
   trunk/libs/unordered/test/Jamfile.v2                                |     2 +-                                      
   trunk/libs/unordered/test/exception/Jamfile.v2                      |     2 +-                                      
   trunk/libs/unordered/test/exception/assign_exception_tests.cpp      |     2 +-                                      
   trunk/libs/unordered/test/exception/constructor_exception_tests.cpp |     2 +-                                      
   trunk/libs/unordered/test/exception/containers.hpp                  |     2 +-                                      
   trunk/libs/unordered/test/exception/copy_exception_tests.cpp        |     2 +-                                      
   trunk/libs/unordered/test/exception/erase_exception_tests.cpp       |     2 +-                                      
   trunk/libs/unordered/test/exception/insert_exception_tests.cpp      |     2 +-                                      
   trunk/libs/unordered/test/exception/rehash_exception_tests.cpp      |     2 +-                                      
   trunk/libs/unordered/test/exception/swap_exception_tests.cpp        |     2 +-                                      
   trunk/libs/unordered/test/helpers/allocator.hpp                     |     2 +-                                      
   trunk/libs/unordered/test/helpers/check_return_type.hpp             |     2 +-                                      
   trunk/libs/unordered/test/helpers/equivalent.hpp                    |     2 +-                                      
   trunk/libs/unordered/test/helpers/exception_test.hpp                |     2 +-                                      
   trunk/libs/unordered/test/helpers/fwd.hpp                           |     2 +-                                      
   trunk/libs/unordered/test/helpers/generators.hpp                    |     2 +-                                      
   trunk/libs/unordered/test/helpers/helpers.hpp                       |     2 +-                                      
   trunk/libs/unordered/test/helpers/input_iterator.hpp                |     2 +-                                      
   trunk/libs/unordered/test/helpers/invariants.hpp                    |     2 +-                                      
   trunk/libs/unordered/test/helpers/metafunctions.hpp                 |     2 +-                                      
   trunk/libs/unordered/test/helpers/random_values.hpp                 |     2 +-                                      
   trunk/libs/unordered/test/helpers/strong.hpp                        |     2 +-                                      
   trunk/libs/unordered/test/helpers/test.hpp                          |     2 +-                                      
   trunk/libs/unordered/test/helpers/tracker.hpp                       |     2 +-                                      
   trunk/libs/unordered/test/objects/exception.hpp                     |     2 +-                                      
   trunk/libs/unordered/test/objects/fwd.hpp                           |     2 +-                                      
   trunk/libs/unordered/test/objects/memory.hpp                        |     2 +-                                      
   trunk/libs/unordered/test/objects/minimal.hpp                       |     2 +-                                      
   trunk/libs/unordered/test/objects/test.hpp                          |     2 +-                                      
   trunk/libs/unordered/test/unordered/Jamfile.v2                      |     2 +-                                      
   trunk/libs/unordered/test/unordered/assign_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/at_tests.cpp                    |     2 +-                                      
   trunk/libs/unordered/test/unordered/bucket_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/compile_map.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/compile_set.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/compile_tests.hpp               |     2 +-                                      
   trunk/libs/unordered/test/unordered/constructor_tests.cpp           |     2 +-                                      
   trunk/libs/unordered/test/unordered/copy_tests.cpp                  |     2 +-                                      
   trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp       |     2 +-                                      
   trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp           |     2 +-                                      
   trunk/libs/unordered/test/unordered/erase_tests.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/find_tests.cpp                  |     2 +-                                      
   trunk/libs/unordered/test/unordered/insert_stable_tests.cpp         |     2 +-                                      
   trunk/libs/unordered/test/unordered/insert_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/link_test_1.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/link_test_2.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/load_factor_tests.cpp           |     2 +-                                      
   trunk/libs/unordered/test/unordered/rehash_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/simple_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/swap_tests.cpp                  |     2 +-                                      
   trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp      |     2 +-                                      
   131 files changed, 134 insertions(+), 133 deletions(-)
Modified: trunk/boost/functional/detail/container_fwd.hpp
==============================================================================
--- trunk/boost/functional/detail/container_fwd.hpp	(original)
+++ trunk/boost/functional/detail/container_fwd.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/detail/float_functions.hpp
==============================================================================
--- trunk/boost/functional/detail/float_functions.hpp	(original)
+++ trunk/boost/functional/detail/float_functions.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/detail/hash_float.hpp
==============================================================================
--- trunk/boost/functional/detail/hash_float.hpp	(original)
+++ trunk/boost/functional/detail/hash_float.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash.hpp
==============================================================================
--- trunk/boost/functional/hash.hpp	(original)
+++ trunk/boost/functional/hash.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash/deque.hpp
==============================================================================
--- trunk/boost/functional/hash/deque.hpp	(original)
+++ trunk/boost/functional/hash/deque.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash/extensions.hpp
==============================================================================
--- trunk/boost/functional/hash/extensions.hpp	(original)
+++ trunk/boost/functional/hash/extensions.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash/hash.hpp
==============================================================================
--- trunk/boost/functional/hash/hash.hpp	(original)
+++ trunk/boost/functional/hash/hash.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash/list.hpp
==============================================================================
--- trunk/boost/functional/hash/list.hpp	(original)
+++ trunk/boost/functional/hash/list.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash/map.hpp
==============================================================================
--- trunk/boost/functional/hash/map.hpp	(original)
+++ trunk/boost/functional/hash/map.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash/pair.hpp
==============================================================================
--- trunk/boost/functional/hash/pair.hpp	(original)
+++ trunk/boost/functional/hash/pair.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash/set.hpp
==============================================================================
--- trunk/boost/functional/hash/set.hpp	(original)
+++ trunk/boost/functional/hash/set.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash/vector.hpp
==============================================================================
--- trunk/boost/functional/hash/vector.hpp	(original)
+++ trunk/boost/functional/hash/vector.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/functional/hash_fwd.hpp
==============================================================================
--- trunk/boost/functional/hash_fwd.hpp	(original)
+++ trunk/boost/functional/hash_fwd.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/unordered/detail/allocator.hpp
==============================================================================
--- trunk/boost/unordered/detail/allocator.hpp	(original)
+++ trunk/boost/unordered/detail/allocator.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/unordered/detail/hash_table.hpp
==============================================================================
--- trunk/boost/unordered/detail/hash_table.hpp	(original)
+++ trunk/boost/unordered/detail/hash_table.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2007 Daniel James
+// Copyright (C) 2005-2008 Daniel James
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/unordered/detail/hash_table_impl.hpp
==============================================================================
--- trunk/boost/unordered/detail/hash_table_impl.hpp	(original)
+++ trunk/boost/unordered/detail/hash_table_impl.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2007 Daniel James
+// Copyright (C) 2005-2008 Daniel James
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
@@ -253,6 +253,7 @@
 
             class iterator_base
             {
+                typedef BOOST_UNORDERED_TABLE_DATA<Alloc> data;
             public:
                 bucket_ptr bucket_;
                 link_ptr node_;
Modified: trunk/boost/unordered_map.hpp
==============================================================================
--- trunk/boost/unordered_map.hpp	(original)
+++ trunk/boost/unordered_map.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2007 Daniel James.
+// Copyright (C) 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/boost/unordered_set.hpp
==============================================================================
--- trunk/boost/unordered_set.hpp	(original)
+++ trunk/boost/unordered_set.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2007 Daniel James.
+// Copyright (C) 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/doc/Jamfile.v2	(original)
+++ trunk/libs/functional/hash/doc/Jamfile.v2	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2005-2007 Daniel James.
+# Copyright 2005-2008 Daniel James.
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/doc/changes.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/changes.qbk	(original)
+++ trunk/libs/functional/hash/doc/changes.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/functional/hash/doc/disable.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/disable.qbk	(original)
+++ trunk/libs/functional/hash/doc/disable.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/functional/hash/doc/hash.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/hash.qbk	(original)
+++ trunk/libs/functional/hash/doc/hash.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,7 +1,7 @@
 [library Boost.Functional/Hash
     [quickbook 1.4]
     [authors [James, Daniel]]
-    [copyright 2005 2006 2007 Daniel James]
+    [copyright 2005 2006 2007 2008 Daniel James]
     [purpose A TR1 hash function object that can be extended to hash user
         defined types]
     [category higher-order]
Modified: trunk/libs/functional/hash/doc/intro.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/intro.qbk	(original)
+++ trunk/libs/functional/hash/doc/intro.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/functional/hash/doc/links.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/links.qbk	(original)
+++ trunk/libs/functional/hash/doc/links.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/functional/hash/doc/portability.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/portability.qbk	(original)
+++ trunk/libs/functional/hash/doc/portability.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/functional/hash/doc/ref.xml
==============================================================================
--- trunk/libs/functional/hash/doc/ref.xml	(original)
+++ trunk/libs/functional/hash/doc/ref.xml	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,6 +1,6 @@
 
 <!--
-Copyright Daniel James 2005-2007
+Copyright Daniel James 2005-2008
 Distributed under the Boost Software License, Version 1.0. (See accompanying
 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 -->
Modified: trunk/libs/functional/hash/doc/thanks.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/thanks.qbk	(original)
+++ trunk/libs/functional/hash/doc/thanks.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/functional/hash/doc/tutorial.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/tutorial.qbk	(original)
+++ trunk/libs/functional/hash/doc/tutorial.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/functional/hash/examples/books.cpp
==============================================================================
--- trunk/libs/functional/hash/examples/books.cpp	(original)
+++ trunk/libs/functional/hash/examples/books.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/examples/books.hpp
==============================================================================
--- trunk/libs/functional/hash/examples/books.hpp	(original)
+++ trunk/libs/functional/hash/examples/books.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/examples/portable.cpp
==============================================================================
--- trunk/libs/functional/hash/examples/portable.cpp	(original)
+++ trunk/libs/functional/hash/examples/portable.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2	(original)
+++ trunk/libs/functional/hash/test/Jamfile.v2	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2005-2007 Daniel James.
+# Copyright 2005-2008 Daniel James.
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/compile_time.hpp
==============================================================================
--- trunk/libs/functional/hash/test/compile_time.hpp	(original)
+++ trunk/libs/functional/hash/test/compile_time.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/config.hpp
==============================================================================
--- trunk/libs/functional/hash/test/config.hpp	(original)
+++ trunk/libs/functional/hash/test/config.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/container_fwd_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/container_fwd_test.cpp	(original)
+++ trunk/libs/functional/hash/test/container_fwd_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_built_in_array_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_built_in_array_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_built_in_array_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_complex_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_complex_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_complex_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_custom_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_custom_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_custom_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_deprecated_headers.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_deprecated_headers.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_deprecated_headers.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2007 Daniel James.
+// Copyright 2007-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_deque_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_deque_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_deque_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_float_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_float_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_float_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_float_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_float_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_float_test.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_friend_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_friend_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_friend_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_function_pointer_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_function_pointer_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_function_pointer_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_fwd_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_fwd_test.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_fwd_test_1.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test_1.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_fwd_test_1.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_fwd_test_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test_2.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_fwd_test_2.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_global_namespace_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_global_namespace_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_global_namespace_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_list_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_list_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_list_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_long_double_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_long_double_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_long_double_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_map_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_map_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_map_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_map_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_map_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_map_test.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_number_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_number_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_number_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_pointer_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_pointer_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_pointer_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_range_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_range_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_range_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_sequence_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_sequence_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_sequence_test.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_set_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_set_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_set_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_set_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_set_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_set_test.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_string_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_string_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_string_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_value_array_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_value_array_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_value_array_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/hash_vector_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_vector_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_vector_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/link_ext_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_ext_test.cpp	(original)
+++ trunk/libs/functional/hash/test/link_ext_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/link_no_ext_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_no_ext_test.cpp	(original)
+++ trunk/libs/functional/hash/test/link_no_ext_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/link_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_test.cpp	(original)
+++ trunk/libs/functional/hash/test/link_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/functional/hash/test/link_test_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_test_2.cpp	(original)
+++ trunk/libs/functional/hash/test/link_test_2.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/doc/buckets.qbk
==============================================================================
--- trunk/libs/unordered/doc/buckets.qbk	(original)
+++ trunk/libs/unordered/doc/buckets.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/unordered/doc/comparison.qbk
==============================================================================
--- trunk/libs/unordered/doc/comparison.qbk	(original)
+++ trunk/libs/unordered/doc/comparison.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/unordered/doc/hash_equality.qbk
==============================================================================
--- trunk/libs/unordered/doc/hash_equality.qbk	(original)
+++ trunk/libs/unordered/doc/hash_equality.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/unordered/doc/intro.qbk
==============================================================================
--- trunk/libs/unordered/doc/intro.qbk	(original)
+++ trunk/libs/unordered/doc/intro.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/unordered/doc/rationale.qbk
==============================================================================
--- trunk/libs/unordered/doc/rationale.qbk	(original)
+++ trunk/libs/unordered/doc/rationale.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
Modified: trunk/libs/unordered/doc/ref.xml
==============================================================================
--- trunk/libs/unordered/doc/ref.xml	(original)
+++ trunk/libs/unordered/doc/ref.xml	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 <!--
-Copyright Daniel James 2006-2007
+Copyright Daniel James 2006-2008
 Distributed under the Boost Software License, Version 1.0. (See accompanying
 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 -->
Modified: trunk/libs/unordered/doc/src_code/point1.cpp
==============================================================================
--- trunk/libs/unordered/doc/src_code/point1.cpp	(original)
+++ trunk/libs/unordered/doc/src_code/point1.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/doc/src_code/point2.cpp
==============================================================================
--- trunk/libs/unordered/doc/src_code/point2.cpp	(original)
+++ trunk/libs/unordered/doc/src_code/point2.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/doc/unordered.qbk
==============================================================================
--- trunk/libs/unordered/doc/unordered.qbk	(original)
+++ trunk/libs/unordered/doc/unordered.qbk	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
@@ -6,7 +6,7 @@
     [quickbook 1.4]
     [authors [James, Daniel]]
     [copyright 2003 2004 Jeremy B. Maitin-Shepard]
-    [copyright 2005 2006 2007 Daniel James]
+    [copyright 2005 2006 2007 2008 Daniel James]
     [purpose std::tr1 compliant hash containers]
     [id unordered]
     [dirname unordered]
@@ -22,5 +22,5 @@
 [include:unordered hash_equality.qbk]
 [include:unordered comparison.qbk]
 [include:unordered rationale.qbk]
-
 [xinclude ref.xml]
+[xinclude bibliography.xml]
Modified: trunk/libs/unordered/examples/case_insensitive.hpp
==============================================================================
--- trunk/libs/unordered/examples/case_insensitive.hpp	(original)
+++ trunk/libs/unordered/examples/case_insensitive.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/examples/case_insensitive_test.cpp
==============================================================================
--- trunk/libs/unordered/examples/case_insensitive_test.cpp	(original)
+++ trunk/libs/unordered/examples/case_insensitive_test.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/examples/hash_functions/fnv-1.hpp
==============================================================================
--- trunk/libs/unordered/examples/hash_functions/fnv-1.hpp	(original)
+++ trunk/libs/unordered/examples/hash_functions/fnv-1.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -55,7 +55,7 @@
     // 128 bit FNV_prime = 309485009821345068724781401
     // 256 bit FNV_prime = 374144419156711147060143317175368453031918731002211
 
-    const std::size_t fnv_offset_bias = 2166136261;
+    const std::size_t fnv_offset_bias = 2166136261u;
     // 64 bit offset_basis = 14695981039346656037
     // 128 bit offset_basis = 275519064689413815358837431229664493455
     // 256 bit offset_basis = 100029257958052580907070968620625704837092796014241193945225284501741471925557
Modified: trunk/libs/unordered/test/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/test/Jamfile.v2	(original)
+++ trunk/libs/unordered/test/Jamfile.v2	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2006-2007 Daniel James.
+# Copyright 2006-2008 Daniel James.
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/test/exception/Jamfile.v2	(original)
+++ trunk/libs/unordered/test/exception/Jamfile.v2	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2006-2007 Daniel James.
+# Copyright 2006-2008 Daniel James.
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/assign_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/assign_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/assign_exception_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/constructor_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/constructor_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/constructor_exception_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/containers.hpp
==============================================================================
--- trunk/libs/unordered/test/exception/containers.hpp	(original)
+++ trunk/libs/unordered/test/exception/containers.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/copy_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/copy_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/copy_exception_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/erase_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/erase_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/erase_exception_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/insert_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/insert_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/insert_exception_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/rehash_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/rehash_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/rehash_exception_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/exception/swap_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/swap_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/swap_exception_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/allocator.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/allocator.hpp	(original)
+++ trunk/libs/unordered/test/helpers/allocator.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/check_return_type.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/check_return_type.hpp	(original)
+++ trunk/libs/unordered/test/helpers/check_return_type.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/equivalent.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/equivalent.hpp	(original)
+++ trunk/libs/unordered/test/helpers/equivalent.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/exception_test.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/exception_test.hpp	(original)
+++ trunk/libs/unordered/test/helpers/exception_test.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/fwd.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/fwd.hpp	(original)
+++ trunk/libs/unordered/test/helpers/fwd.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/generators.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/generators.hpp	(original)
+++ trunk/libs/unordered/test/helpers/generators.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/helpers.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/helpers.hpp	(original)
+++ trunk/libs/unordered/test/helpers/helpers.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/input_iterator.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/input_iterator.hpp	(original)
+++ trunk/libs/unordered/test/helpers/input_iterator.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/invariants.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/invariants.hpp	(original)
+++ trunk/libs/unordered/test/helpers/invariants.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/metafunctions.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/metafunctions.hpp	(original)
+++ trunk/libs/unordered/test/helpers/metafunctions.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/random_values.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/random_values.hpp	(original)
+++ trunk/libs/unordered/test/helpers/random_values.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/strong.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/strong.hpp	(original)
+++ trunk/libs/unordered/test/helpers/strong.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/test.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/test.hpp	(original)
+++ trunk/libs/unordered/test/helpers/test.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/tracker.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/tracker.hpp	(original)
+++ trunk/libs/unordered/test/helpers/tracker.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/objects/exception.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/exception.hpp	(original)
+++ trunk/libs/unordered/test/objects/exception.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/objects/fwd.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/fwd.hpp	(original)
+++ trunk/libs/unordered/test/objects/fwd.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/objects/memory.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/memory.hpp	(original)
+++ trunk/libs/unordered/test/objects/memory.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/objects/minimal.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/minimal.hpp	(original)
+++ trunk/libs/unordered/test/objects/minimal.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/objects/test.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/test.hpp	(original)
+++ trunk/libs/unordered/test/objects/test.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/test/unordered/Jamfile.v2	(original)
+++ trunk/libs/unordered/test/unordered/Jamfile.v2	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2006-2007 Daniel James.
+# Copyright 2006-2008 Daniel James.
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/assign_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/assign_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/assign_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/at_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/at_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/at_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2007 Daniel James.
+// Copyright 2007-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/bucket_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/bucket_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/bucket_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/compile_map.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/compile_map.cpp	(original)
+++ trunk/libs/unordered/test/unordered/compile_map.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/compile_set.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/compile_set.cpp	(original)
+++ trunk/libs/unordered/test/unordered/compile_set.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/compile_tests.hpp
==============================================================================
--- trunk/libs/unordered/test/unordered/compile_tests.hpp	(original)
+++ trunk/libs/unordered/test/unordered/compile_tests.hpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/constructor_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/constructor_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/constructor_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/copy_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/copy_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/copy_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/erase_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/erase_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/erase_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/find_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/find_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/find_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/insert_stable_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/insert_stable_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/insert_stable_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2007 Daniel James.
+// Copyright 2007-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/insert_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/insert_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/insert_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/link_test_1.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/link_test_1.cpp	(original)
+++ trunk/libs/unordered/test/unordered/link_test_1.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/link_test_2.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/link_test_2.cpp	(original)
+++ trunk/libs/unordered/test/unordered/link_test_2.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/load_factor_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/load_factor_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/load_factor_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/rehash_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/rehash_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/rehash_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/simple_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/simple_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/simple_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/swap_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/swap_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/swap_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp	2008-03-27 19:38:01 EDT (Thu, 27 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)