]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/config/allocator/mt_allocator_base.h
allocator.h (std::allocator): Base class is __allocator_base.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 19 Mar 2012 21:41:15 +0000 (21:41 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 19 Mar 2012 21:41:15 +0000 (21:41 +0000)
commitfa7548481a0fa6dc43c23c6b7f3afa4d6fd3e628
treea25bde2c6975376b92832dbfd126d51967d53370
parentb234b0ca049fe65ef5f197a37c96129282f73d77
allocator.h (std::allocator): Base class is __allocator_base.

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.

From-SVN: r185544
libstdc++-v3/ChangeLog
libstdc++-v3/config/allocator/bitmap_allocator_base.h
libstdc++-v3/config/allocator/malloc_allocator_base.h
libstdc++-v3/config/allocator/mt_allocator_base.h
libstdc++-v3/config/allocator/new_allocator_base.h
libstdc++-v3/config/allocator/pool_allocator_base.h
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/include/ext/new_allocator.h