|
From: Daniel J. <dan...@us...> - 2007-03-18 22:37:10
|
Update of /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32539/libs/unordered/test Modified Files: Jamfile.v2 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: Jamfile.v2 =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/Jamfile.v2,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Jamfile.v2 1 Jul 2006 22:31:25 -0000 1.5 +++ Jamfile.v2 18 Mar 2007 20:00:58 -0000 1.6 @@ -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) |