This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r215756 - in /branches/gcc-4_9-branch/libstdc++...


Author: redi
Date: Wed Oct  1 12:34:16 2014
New Revision: 215756

URL: https://gcc.gnu.org/viewcvs?rev=215756&root=gcc&view=rev
Log:
	* include/bits/stl_queue.h: Include missing header.
	* include/bits/stl_stack.h: Likewise.
	* testsuite/23_containers/priority_queue/requirements/
	uses_allocator.cc: New.
	* testsuite/23_containers/queue/requirements/uses_allocator.cc: New.
	* testsuite/23_containers/stack/requirements/uses_allocator.cc: New.

Added:
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/uses_allocator.cc
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/23_containers/queue/requirements/uses_allocator.cc
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/23_containers/stack/requirements/uses_allocator.cc
Modified:
    branches/gcc-4_9-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_9-branch/libstdc++-v3/include/bits/stl_queue.h
    branches/gcc-4_9-branch/libstdc++-v3/include/bits/stl_stack.h


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