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]

r176079 - in /trunk/libstdc++-v3: ChangeLog doc...


Author: redi
Date: Sat Jul  9 13:45:56 2011
New Revision: 176079

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176079
Log:
2011-07-09  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/Makefile.am: Add new header.
	* include/Makefile.in: Regenerate.
	* include/std/scoped_allocator: New.
	* doc/xml/manual/status_cxx200x.xml: Update.
	* testsuite/20_util/scoped_allocator/1.cc: New.
	* testsuite/20_util/scoped_allocator/propagation.cc: New.
	* testsuite/20_util/scoped_allocator/requirements/typedefs.cc: New.
	* testsuite/20_util/scoped_allocator/requirements/
	explicit_instantiation.cc: New.

Added:
    trunk/libstdc++-v3/include/std/scoped_allocator
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/propagation.cc
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/explicit_instantiation.cc
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/typedefs.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in


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