]> gcc.gnu.org Git - gcc.git/commit
Add noexcept to Filesystem TS operators
authorJonathan Wakely <jwakely@redhat.com>
Tue, 19 Apr 2016 18:02:32 +0000 (19:02 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 19 Apr 2016 18:02:32 +0000 (19:02 +0100)
commit9c476ad42618dd03353d8f8ae82b00a945974ecd
treec7255456e57e2191b9bdcac4f2923dae3a7aaa1f
parentb1e47084d33b547a9bd9a76a0b9e28610908c1d9
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.

From-SVN: r235214
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/bits/fs_fwd.h
libstdc++-v3/src/filesystem/ops.cc
This page took 0.054143 seconds and 5 git commands to generate.