This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]