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

redi@gcc.gnu.org redi@gcc.gnu.org
Tue Apr 19 18:02:00 GMT 2016


Author: redi
Date: Tue Apr 19 18:02:32 2016
New Revision: 235214

URL: https://gcc.gnu.org/viewcvs?rev=235214&root=gcc&view=rev
Log:
Add noexcept to Filesystem TS operators

	* 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:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/experimental/bits/fs_fwd.h
    trunk/libstdc++-v3/src/filesystem/ops.cc



More information about the Gcc-cvs mailing list