|
From: Daniel J. <dan...@us...> - 2007-03-18 22:37:29
|
Update of /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/examples In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32539/libs/unordered/examples Modified Files: case_insensitive.hpp case_insensitive_test.cpp Log Message: Import latest changes to the unordered containers. Includes: Copyright update. Switch back to the version where the sentinel points to itself. Remove alternative versions of swap. Workaround a borland bug or two. More consistent use of class/swap/template. Avoid a few warnings. Add a no-throw swap to the allocator for exception testing. Index: case_insensitive_test.cpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/examples/case_insensitive_test.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- case_insensitive_test.cpp 10 Jan 2007 00:08:41 -0000 1.1 +++ case_insensitive_test.cpp 18 Mar 2007 20:00:58 -0000 1.2 @@ -1,5 +1,5 @@ -// Copyright 2006 Daniel James. +// Copyright 2006-2007 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) Index: case_insensitive.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/examples/case_insensitive.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- case_insensitive.hpp 10 Jan 2007 00:08:41 -0000 1.1 +++ case_insensitive.hpp 18 Mar 2007 20:00:58 -0000 1.2 @@ -1,5 +1,5 @@ -// Copyright 2006 Daniel James. +// Copyright 2006-2007 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) |