This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r185544 - in /trunk/libstdc++-v3: ChangeLog con...
- From: bkoz at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 19 Mar 2012 21:41:16 -0000
- Subject: r185544 - in /trunk/libstdc++-v3: ChangeLog con...
Author: bkoz
Date: Mon Mar 19 21:41:15 2012
New Revision: 185544
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185544
Log:
2012-03-19 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/allocator.h (std::allocator): Base class is
__allocator_base.
(uses_allocator): Add to sub-grouping.
* include/ext/new_allocator.h: Doxygen markup for tparm.
* config/allocator/bitmap_allocator_base.h: Use __allocator_base
template alias in C++11.
* config/allocator/malloc_allocator_base.h: Same.
* config/allocator/mt_allocator_base.h: Same.
* config/allocator/new_allocator_base.h: Same.
* config/allocator/pool_allocator_base.h: Same.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/config/allocator/bitmap_allocator_base.h
trunk/libstdc++-v3/config/allocator/malloc_allocator_base.h
trunk/libstdc++-v3/config/allocator/mt_allocator_base.h
trunk/libstdc++-v3/config/allocator/new_allocator_base.h
trunk/libstdc++-v3/config/allocator/pool_allocator_base.h
trunk/libstdc++-v3/include/bits/allocator.h
trunk/libstdc++-v3/include/ext/new_allocator.h