From 14e5606b70a73e4e826ff7ccbeff67ab465e1fbc Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 21 Jun 2008 17:19:11 +0000 Subject: [PATCH] [multiple changes] 2008-06-21 Paolo Carlini * include/bits/stl_move.h: Rename to move.h. * include/std/utility: Adjust. * include/ext/vstring_util.h: Likewise. * include/ext/throw_allocator.h: Likewise. * include/ext/pool_allocator.h: Likewise. * include/ext/bitmap_allocator.h: Likewise. * include/ext/new_allocator.h: Likewise. * include/ext/malloc_allocator.h: Likewise. * include/ext/array_allocator.h: Likewise. * include/ext/mt_allocator.h: Likewise. * include/bits/stl_algobase.h: Likewise. * include/bits/stl_heap.h: Likewise. * include/bits/stl_pair.h: Likewise. * include/bits/stl_iterator.h: Likewise. * testsuite/util/testsuite_allocator.h: Likewise. * testsuite/util/testsuite_iterators.h: Likewise. * include/Makefile.am: Likewise. * include/Makefile.in: Regenerate. 2008-06-21 Chris Fairles * include/bits/unique_ptr.h: New. * include/std/memory: Adjust. * include/Makefile.am: Add. * testsuite/20_util/unique_ptr/requirements/explicit_instantiation/ explicit_instantiation.cc: New. * testsuite/20_util/unique_ptr/assign/assign.cc: Likewise. * include/Makefile.in: Regenerate. From-SVN: r137004 --- libstdc++-v3/include/bits/{stl_move.h => move.h} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename libstdc++-v3/include/bits/{stl_move.h => move.h} (100%) diff --git a/libstdc++-v3/include/bits/stl_move.h b/libstdc++-v3/include/bits/move.h similarity index 100% rename from libstdc++-v3/include/bits/stl_move.h rename to libstdc++-v3/include/bits/move.h -- 2.30.2