|
From: Daniel J. <dan...@us...> - 2007-03-18 22:37:25
|
Update of /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/doc/src_code In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32539/libs/unordered/doc/src_code Modified Files: insensitive.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: insensitive.cpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/doc/src_code/insensitive.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- insensitive.cpp 10 Jan 2007 00:07:33 -0000 1.1 +++ insensitive.cpp 18 Mar 2007 20:00:57 -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) |