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

fdumont@gcc.gnu.org fdumont@gcc.gnu.org
Mon May 21 19:48:00 GMT 2018


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



More information about the Libstdc++-cvs mailing list