r236710 - in /branches/gcc-5-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Wed May 25 15:42:00 GMT 2016
Author: redi
Date: Wed May 25 15:42:35 2016
New Revision: 236710
URL: https://gcc.gnu.org/viewcvs?rev=236710&root=gcc&view=rev
Log:
Add noexcept to Filesystem TS operators
Backport from mainline
2016-04-19 Jonathan Wakely <jwakely@redhat.com>
* include/experimental/bits/fs_fwd.h (operator&, operator|, operator^,
operator~ operator&=, operator|=, operator^=): Add noexcept to
overloaded operators for copy_options, perms and directory_options.
* src/filesystem/ops.cc (make_file_type, make_file_status,
is_not_found_errno, file_time): Add noexcept.
Modified:
branches/gcc-5-branch/libstdc++-v3/ChangeLog
branches/gcc-5-branch/libstdc++-v3/include/experimental/fs_fwd.h
branches/gcc-5-branch/libstdc++-v3/src/filesystem/ops.cc
More information about the Gcc-cvs
mailing list