r263424 - in /branches/gcc-6-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Aug 8 15:41:00 GMT 2018


Author: redi
Date: Wed Aug  8 15:41:05 2018
New Revision: 263424

URL: https://gcc.gnu.org/viewcvs?rev=263424&root=gcc&view=rev
Log:
Add noexcept to std::integral_constant members

Backport from mainline
2017-12-01  Jonathan Wakely  <jwakely@redhat.com>

	* include/std/type_traits (integral_constant): Make member functions
	noexcept (LWG 2346).
	* include/std/utility (integer_sequence): Likewise.

Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/include/std/type_traits
    branches/gcc-6-branch/libstdc++-v3/include/std/utility



More information about the Libstdc++-cvs mailing list