diff --git a/doc/bibliography.xml b/doc/bibliography.xml new file mode 100644 index 00000000..9b06b624 --- /dev/null +++ b/doc/bibliography.xml @@ -0,0 +1,21 @@ +
+ + Bibliography + + + C/C++ Users Journal + February, 2006 + + + + + Pete + Becker + + + <ulink url="http://www.ddj.com/cpp/184402066">STL and TR1: Part III - Unordered containers</ulink> + + An introducation to the standard unordered containers. + + +
diff --git a/doc/buckets.qbk b/doc/buckets.qbk index 87b9ca68..b1496dce 100644 --- a/doc/buckets.qbk +++ b/doc/buckets.qbk @@ -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) ] diff --git a/doc/comparison.qbk b/doc/comparison.qbk index d4abc604..d995e16c 100644 --- a/doc/comparison.qbk +++ b/doc/comparison.qbk @@ -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) ] diff --git a/doc/hash_equality.qbk b/doc/hash_equality.qbk index bf454909..d9d00ef5 100644 --- a/doc/hash_equality.qbk +++ b/doc/hash_equality.qbk @@ -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) ] diff --git a/doc/intro.qbk b/doc/intro.qbk index 23016445..58fcb987 100644 --- a/doc/intro.qbk +++ b/doc/intro.qbk @@ -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) ] diff --git a/doc/rationale.qbk b/doc/rationale.qbk index b2b4282f..81ece1ed 100644 --- a/doc/rationale.qbk +++ b/doc/rationale.qbk @@ -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) ] diff --git a/doc/ref.xml b/doc/ref.xml index 34c46364..c3f6d97f 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -1,5 +1,5 @@ diff --git a/doc/src_code/point1.cpp b/doc/src_code/point1.cpp index e5ccf7a4..10bd18f7 100644 --- a/doc/src_code/point1.cpp +++ b/doc/src_code/point1.cpp @@ -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) diff --git a/doc/src_code/point2.cpp b/doc/src_code/point2.cpp index c5ca1b52..7b6ef99a 100644 --- a/doc/src_code/point2.cpp +++ b/doc/src_code/point2.cpp @@ -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) diff --git a/doc/unordered.qbk b/doc/unordered.qbk index 275486ab..64098e2f 100644 --- a/doc/unordered.qbk +++ b/doc/unordered.qbk @@ -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] diff --git a/examples/case_insensitive.hpp b/examples/case_insensitive.hpp index 8cd00224..09ced0ba 100644 --- a/examples/case_insensitive.hpp +++ b/examples/case_insensitive.hpp @@ -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) diff --git a/examples/case_insensitive_test.cpp b/examples/case_insensitive_test.cpp index 259fbda3..c83854d6 100644 --- a/examples/case_insensitive_test.cpp +++ b/examples/case_insensitive_test.cpp @@ -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) diff --git a/examples/hash_functions/fnv-1.hpp b/examples/hash_functions/fnv-1.hpp index 32f9d239..3c9ce63b 100644 --- a/examples/hash_functions/fnv-1.hpp +++ b/examples/hash_functions/fnv-1.hpp @@ -55,7 +55,7 @@ namespace hash // 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 diff --git a/include/boost/unordered/detail/allocator.hpp b/include/boost/unordered/detail/allocator.hpp index 0d873a17..6abf0bce 100644 --- a/include/boost/unordered/detail/allocator.hpp +++ b/include/boost/unordered/detail/allocator.hpp @@ -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) diff --git a/include/boost/unordered/detail/hash_table.hpp b/include/boost/unordered/detail/hash_table.hpp index 3fc9a0c5..53d90044 100644 --- a/include/boost/unordered/detail/hash_table.hpp +++ b/include/boost/unordered/detail/hash_table.hpp @@ -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) diff --git a/include/boost/unordered/detail/hash_table_impl.hpp b/include/boost/unordered/detail/hash_table_impl.hpp index f9780fc8..61a0c153 100644 --- a/include/boost/unordered/detail/hash_table_impl.hpp +++ b/include/boost/unordered/detail/hash_table_impl.hpp @@ -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 @@ namespace boost { class iterator_base { + typedef BOOST_UNORDERED_TABLE_DATA data; public: bucket_ptr bucket_; link_ptr node_; diff --git a/include/boost/unordered_map.hpp b/include/boost/unordered_map.hpp index a0359c28..1345bca1 100644 --- a/include/boost/unordered_map.hpp +++ b/include/boost/unordered_map.hpp @@ -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) diff --git a/include/boost/unordered_set.hpp b/include/boost/unordered_set.hpp index c419bdc4..318d21ee 100644 --- a/include/boost/unordered_set.hpp +++ b/include/boost/unordered_set.hpp @@ -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) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0d7bf6d2..97cc7fd2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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) diff --git a/test/exception/Jamfile.v2 b/test/exception/Jamfile.v2 index 961e3f34..b41e9d97 100644 --- a/test/exception/Jamfile.v2 +++ b/test/exception/Jamfile.v2 @@ -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) diff --git a/test/exception/assign_exception_tests.cpp b/test/exception/assign_exception_tests.cpp index 191f825f..505eeafe 100644 --- a/test/exception/assign_exception_tests.cpp +++ b/test/exception/assign_exception_tests.cpp @@ -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) diff --git a/test/exception/constructor_exception_tests.cpp b/test/exception/constructor_exception_tests.cpp index 0b8b81ff..8ad07008 100644 --- a/test/exception/constructor_exception_tests.cpp +++ b/test/exception/constructor_exception_tests.cpp @@ -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) diff --git a/test/exception/containers.hpp b/test/exception/containers.hpp index daed6873..ceb59690 100644 --- a/test/exception/containers.hpp +++ b/test/exception/containers.hpp @@ -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) diff --git a/test/exception/copy_exception_tests.cpp b/test/exception/copy_exception_tests.cpp index bf751a05..44d248c8 100644 --- a/test/exception/copy_exception_tests.cpp +++ b/test/exception/copy_exception_tests.cpp @@ -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) diff --git a/test/exception/erase_exception_tests.cpp b/test/exception/erase_exception_tests.cpp index 1df8a4b1..67b12682 100644 --- a/test/exception/erase_exception_tests.cpp +++ b/test/exception/erase_exception_tests.cpp @@ -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) diff --git a/test/exception/insert_exception_tests.cpp b/test/exception/insert_exception_tests.cpp index 7c055a72..65d78a4f 100644 --- a/test/exception/insert_exception_tests.cpp +++ b/test/exception/insert_exception_tests.cpp @@ -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) diff --git a/test/exception/rehash_exception_tests.cpp b/test/exception/rehash_exception_tests.cpp index ef3284e8..7fb9af80 100644 --- a/test/exception/rehash_exception_tests.cpp +++ b/test/exception/rehash_exception_tests.cpp @@ -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) diff --git a/test/exception/swap_exception_tests.cpp b/test/exception/swap_exception_tests.cpp index 14024203..a2333d98 100644 --- a/test/exception/swap_exception_tests.cpp +++ b/test/exception/swap_exception_tests.cpp @@ -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) diff --git a/test/helpers/allocator.hpp b/test/helpers/allocator.hpp index 69ea8771..2345967e 100644 --- a/test/helpers/allocator.hpp +++ b/test/helpers/allocator.hpp @@ -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) diff --git a/test/helpers/check_return_type.hpp b/test/helpers/check_return_type.hpp index 5938df90..0e692f9a 100644 --- a/test/helpers/check_return_type.hpp +++ b/test/helpers/check_return_type.hpp @@ -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) diff --git a/test/helpers/equivalent.hpp b/test/helpers/equivalent.hpp index 320ab4d6..c6e51815 100644 --- a/test/helpers/equivalent.hpp +++ b/test/helpers/equivalent.hpp @@ -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) diff --git a/test/helpers/exception_test.hpp b/test/helpers/exception_test.hpp index d90db9a8..d919f04b 100644 --- a/test/helpers/exception_test.hpp +++ b/test/helpers/exception_test.hpp @@ -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) diff --git a/test/helpers/fwd.hpp b/test/helpers/fwd.hpp index 0f56b80d..87856c5b 100644 --- a/test/helpers/fwd.hpp +++ b/test/helpers/fwd.hpp @@ -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) diff --git a/test/helpers/generators.hpp b/test/helpers/generators.hpp index a85628b5..967f00a4 100644 --- a/test/helpers/generators.hpp +++ b/test/helpers/generators.hpp @@ -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) diff --git a/test/helpers/helpers.hpp b/test/helpers/helpers.hpp index 42e8f323..4ee63438 100644 --- a/test/helpers/helpers.hpp +++ b/test/helpers/helpers.hpp @@ -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) diff --git a/test/helpers/input_iterator.hpp b/test/helpers/input_iterator.hpp index c45b1eb3..58341bef 100644 --- a/test/helpers/input_iterator.hpp +++ b/test/helpers/input_iterator.hpp @@ -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) diff --git a/test/helpers/invariants.hpp b/test/helpers/invariants.hpp index 137391d2..09f2e3e8 100644 --- a/test/helpers/invariants.hpp +++ b/test/helpers/invariants.hpp @@ -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) diff --git a/test/helpers/metafunctions.hpp b/test/helpers/metafunctions.hpp index 6e8042bb..88b00e66 100644 --- a/test/helpers/metafunctions.hpp +++ b/test/helpers/metafunctions.hpp @@ -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) diff --git a/test/helpers/random_values.hpp b/test/helpers/random_values.hpp index 58178b34..c811b4d5 100644 --- a/test/helpers/random_values.hpp +++ b/test/helpers/random_values.hpp @@ -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) diff --git a/test/helpers/strong.hpp b/test/helpers/strong.hpp index 7de62c26..474882be 100644 --- a/test/helpers/strong.hpp +++ b/test/helpers/strong.hpp @@ -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) diff --git a/test/helpers/test.hpp b/test/helpers/test.hpp index 2999d4fa..afed35fe 100644 --- a/test/helpers/test.hpp +++ b/test/helpers/test.hpp @@ -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) diff --git a/test/helpers/tracker.hpp b/test/helpers/tracker.hpp index 17211c49..5373ad88 100644 --- a/test/helpers/tracker.hpp +++ b/test/helpers/tracker.hpp @@ -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) diff --git a/test/objects/exception.hpp b/test/objects/exception.hpp index b6f10ec3..f5fd420c 100644 --- a/test/objects/exception.hpp +++ b/test/objects/exception.hpp @@ -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) diff --git a/test/objects/fwd.hpp b/test/objects/fwd.hpp index 30b74f1b..37472529 100644 --- a/test/objects/fwd.hpp +++ b/test/objects/fwd.hpp @@ -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) diff --git a/test/objects/memory.hpp b/test/objects/memory.hpp index ff1a7e53..d4e86f99 100644 --- a/test/objects/memory.hpp +++ b/test/objects/memory.hpp @@ -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) diff --git a/test/objects/minimal.hpp b/test/objects/minimal.hpp index 4b8d07a7..c39bf072 100644 --- a/test/objects/minimal.hpp +++ b/test/objects/minimal.hpp @@ -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) diff --git a/test/objects/test.hpp b/test/objects/test.hpp index d9a4c597..fd9d2921 100644 --- a/test/objects/test.hpp +++ b/test/objects/test.hpp @@ -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) diff --git a/test/unordered/Jamfile.v2 b/test/unordered/Jamfile.v2 index 4f170fd9..63e2c84e 100644 --- a/test/unordered/Jamfile.v2 +++ b/test/unordered/Jamfile.v2 @@ -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) diff --git a/test/unordered/assign_tests.cpp b/test/unordered/assign_tests.cpp index 5579e7fe..54d3aab1 100644 --- a/test/unordered/assign_tests.cpp +++ b/test/unordered/assign_tests.cpp @@ -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) diff --git a/test/unordered/at_tests.cpp b/test/unordered/at_tests.cpp index 83bc12ce..16c2b495 100644 --- a/test/unordered/at_tests.cpp +++ b/test/unordered/at_tests.cpp @@ -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) diff --git a/test/unordered/bucket_tests.cpp b/test/unordered/bucket_tests.cpp index 5a09b3db..5257f729 100644 --- a/test/unordered/bucket_tests.cpp +++ b/test/unordered/bucket_tests.cpp @@ -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) diff --git a/test/unordered/compile_map.cpp b/test/unordered/compile_map.cpp index 51aabd2f..c55d768b 100644 --- a/test/unordered/compile_map.cpp +++ b/test/unordered/compile_map.cpp @@ -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) diff --git a/test/unordered/compile_set.cpp b/test/unordered/compile_set.cpp index 41a79f55..31a8cd5a 100644 --- a/test/unordered/compile_set.cpp +++ b/test/unordered/compile_set.cpp @@ -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) diff --git a/test/unordered/compile_tests.hpp b/test/unordered/compile_tests.hpp index cf664d25..d8377bee 100644 --- a/test/unordered/compile_tests.hpp +++ b/test/unordered/compile_tests.hpp @@ -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) diff --git a/test/unordered/constructor_tests.cpp b/test/unordered/constructor_tests.cpp index f30f3736..36c21e66 100644 --- a/test/unordered/constructor_tests.cpp +++ b/test/unordered/constructor_tests.cpp @@ -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) diff --git a/test/unordered/copy_tests.cpp b/test/unordered/copy_tests.cpp index d7012693..8607257c 100644 --- a/test/unordered/copy_tests.cpp +++ b/test/unordered/copy_tests.cpp @@ -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) diff --git a/test/unordered/equivalent_keys_tests.cpp b/test/unordered/equivalent_keys_tests.cpp index 7b6147bc..a38e2db9 100644 --- a/test/unordered/equivalent_keys_tests.cpp +++ b/test/unordered/equivalent_keys_tests.cpp @@ -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) diff --git a/test/unordered/erase_equiv_tests.cpp b/test/unordered/erase_equiv_tests.cpp index bd150cb3..91b4bbd2 100644 --- a/test/unordered/erase_equiv_tests.cpp +++ b/test/unordered/erase_equiv_tests.cpp @@ -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) diff --git a/test/unordered/erase_tests.cpp b/test/unordered/erase_tests.cpp index c2b5ec74..284f7995 100644 --- a/test/unordered/erase_tests.cpp +++ b/test/unordered/erase_tests.cpp @@ -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) diff --git a/test/unordered/find_tests.cpp b/test/unordered/find_tests.cpp index 1503f461..7f924305 100644 --- a/test/unordered/find_tests.cpp +++ b/test/unordered/find_tests.cpp @@ -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) diff --git a/test/unordered/insert_stable_tests.cpp b/test/unordered/insert_stable_tests.cpp index 34d5bd00..f9aa4809 100644 --- a/test/unordered/insert_stable_tests.cpp +++ b/test/unordered/insert_stable_tests.cpp @@ -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) diff --git a/test/unordered/insert_tests.cpp b/test/unordered/insert_tests.cpp index 6295853b..54ccd45d 100644 --- a/test/unordered/insert_tests.cpp +++ b/test/unordered/insert_tests.cpp @@ -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) diff --git a/test/unordered/link_test_1.cpp b/test/unordered/link_test_1.cpp index 94090ffc..b6123af2 100644 --- a/test/unordered/link_test_1.cpp +++ b/test/unordered/link_test_1.cpp @@ -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) diff --git a/test/unordered/link_test_2.cpp b/test/unordered/link_test_2.cpp index 3a203d10..5b6b981f 100644 --- a/test/unordered/link_test_2.cpp +++ b/test/unordered/link_test_2.cpp @@ -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) diff --git a/test/unordered/load_factor_tests.cpp b/test/unordered/load_factor_tests.cpp index 7ce9b248..7013b25f 100644 --- a/test/unordered/load_factor_tests.cpp +++ b/test/unordered/load_factor_tests.cpp @@ -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) diff --git a/test/unordered/rehash_tests.cpp b/test/unordered/rehash_tests.cpp index 2539952b..5475ecb8 100644 --- a/test/unordered/rehash_tests.cpp +++ b/test/unordered/rehash_tests.cpp @@ -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) diff --git a/test/unordered/simple_tests.cpp b/test/unordered/simple_tests.cpp index 60f66fbb..bbba4d02 100644 --- a/test/unordered/simple_tests.cpp +++ b/test/unordered/simple_tests.cpp @@ -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) diff --git a/test/unordered/swap_tests.cpp b/test/unordered/swap_tests.cpp index 6ee9ba6f..4bc39bfb 100644 --- a/test/unordered/swap_tests.cpp +++ b/test/unordered/swap_tests.cpp @@ -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) diff --git a/test/unordered/unnecessary_copy_tests.cpp b/test/unordered/unnecessary_copy_tests.cpp index 55b13762..762368ec 100644 --- a/test/unordered/unnecessary_copy_tests.cpp +++ b/test/unordered/unnecessary_copy_tests.cpp @@ -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)