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]

r260483 - in /branches/gcc-8-branch/libstdc++-v...


Author: fdumont
Date: Mon May 21 19:48:52 2018
New Revision: 260483

URL: https://gcc.gnu.org/viewcvs?rev=260483&root=gcc&view=rev
Log:
2018-05-21  François Dumont  <fdumont@gcc.gnu.org>

	* include/debug/map.h
	(map(map&&, const_allocator_type&)): Add noexcept qualitication.
	* include/debug/multimap.h
	(multimap(multimap&&, const_allocator_type&)): Likewise.
	* include/debug/set.h
	(set(set&&, const_allocator_type&)): Likewise.
	* include/debug/multiset.h
	(multiset(multiset&&, const_allocator_type&)): Likewise.

Modified:
    branches/gcc-8-branch/libstdc++-v3/ChangeLog
    branches/gcc-8-branch/libstdc++-v3/include/debug/map.h
    branches/gcc-8-branch/libstdc++-v3/include/debug/multimap.h
    branches/gcc-8-branch/libstdc++-v3/include/debug/multiset.h
    branches/gcc-8-branch/libstdc++-v3/include/debug/set.h


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