-
- Downloads
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
Showing
- libstdc++-v3/ChangeLog 14 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/config/allocator/bitmap_allocator_base.h 21 additions, 3 deletionslibstdc++-v3/config/allocator/bitmap_allocator_base.h
- libstdc++-v3/config/allocator/malloc_allocator_base.h 21 additions, 3 deletionslibstdc++-v3/config/allocator/malloc_allocator_base.h
- libstdc++-v3/config/allocator/mt_allocator_base.h 21 additions, 3 deletionslibstdc++-v3/config/allocator/mt_allocator_base.h
- libstdc++-v3/config/allocator/new_allocator_base.h 21 additions, 3 deletionslibstdc++-v3/config/allocator/new_allocator_base.h
- libstdc++-v3/config/allocator/pool_allocator_base.h 21 additions, 3 deletionslibstdc++-v3/config/allocator/pool_allocator_base.h
- libstdc++-v3/include/bits/allocator.h 10 additions, 8 deletionslibstdc++-v3/include/bits/allocator.h
- libstdc++-v3/include/ext/new_allocator.h 2 additions, 0 deletionslibstdc++-v3/include/ext/new_allocator.h
Loading
Please register or sign in to comment