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]

r249018 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Thu Jun  8 14:27:45 2017
New Revision: 249018

URL: https://gcc.gnu.org/viewcvs?rev=249018&root=gcc&view=rev
Log:
PR libstdc++/81017 add noexcept to std::function move operations

	PR libstdc++/81017
	* include/bits/std_function.h (function::function(function&&))
	(function::operator=(funtion&&)): Add noexcept.
	* testsuite/20_util/function/assign/move.cc: Check for noexcept.
	* testsuite/20_util/function/cons/move.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/std_function.h
    trunk/libstdc++-v3/testsuite/20_util/function/assign/move.cc
    trunk/libstdc++-v3/testsuite/20_util/function/cons/move.cc


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