This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260483 - in /branches/gcc-8-branch/libstdc++-v...
- From: fdumont at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 21 May 2018 19:48:53 -0000
- Subject: 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