@@ -10757,17 +10757,17 @@
10757
10757
error_code& ec);
10758
10758
10759
10759
bool copy_file(const path& from, const path& to);
10760
- bool copy_file(const path& from, const path& to, error_code& ec) noexcept ;
10760
+ bool copy_file(const path& from, const path& to, error_code& ec);
10761
10761
bool copy_file(const path& from, const path& to, copy_options option);
10762
10762
bool copy_file(const path& from, const path& to, copy_options option,
10763
- error_code& ec) noexcept ;
10763
+ error_code& ec);
10764
10764
10765
10765
void copy_symlink(const path& existing_symlink, const path& new_symlink);
10766
10766
void copy_symlink(const path& existing_symlink, const path& new_symlink,
10767
10767
error_code& ec) noexcept;
10768
10768
10769
10769
bool create_directories(const path& p);
10770
- bool create_directories(const path& p, error_code& ec) noexcept ;
10770
+ bool create_directories(const path& p, error_code& ec);
10771
10771
10772
10772
bool create_directory(const path& p);
10773
10773
bool create_directory(const path& p, error_code& ec) noexcept;
10866
10866
bool remove(const path& p, error_code& ec) noexcept;
10867
10867
10868
10868
uintmax_t remove_all(const path& p);
10869
- uintmax_t remove_all(const path& p, error_code& ec) noexcept ;
10869
+ uintmax_t remove_all(const path& p, error_code& ec);
10870
10870
10871
10871
void rename(const path& from, const path& to);
10872
10872
void rename(const path& from, const path& to, error_code& ec) noexcept;
14563
14563
\indexlibrary {\idxcode {copy_file}}%
14564
14564
\begin {itemdecl }
14565
14565
bool copy_file(const path& from, const path& to);
14566
- bool copy_file(const path& from, const path& to, error_code& ec) noexcept ;
14566
+ bool copy_file(const path& from, const path& to, error_code& ec);
14567
14567
\end {itemdecl }
14568
14568
14569
14569
\begin {itemdescr }
14580
14580
\begin {itemdecl }
14581
14581
bool copy_file(const path& from, const path& to, copy_options options);
14582
14582
bool copy_file(const path& from, const path& to, copy_options options,
14583
- error_code& ec) noexcept ;
14583
+ error_code& ec);
14584
14584
\end {itemdecl }
14585
14585
14586
14586
\begin {itemdescr }
14660
14660
\indexlibrary {\idxcode {create_directories}}%
14661
14661
\begin {itemdecl }
14662
14662
bool create_directories(const path& p);
14663
- bool create_directories(const path& p, error_code& ec) noexcept ;
14663
+ bool create_directories(const path& p, error_code& ec);
14664
14664
\end {itemdecl }
14665
14665
14666
14666
\begin {itemdescr }
15488
15488
\indexlibrary {\idxcode {remove_all}}%
15489
15489
\begin {itemdecl }
15490
15490
uintmax_t remove_all(const path& p);
15491
- uintmax_t remove_all(const path& p, error_code& ec) noexcept ;
15491
+ uintmax_t remove_all(const path& p, error_code& ec);
15492
15492
\end {itemdecl }
15493
15493
15494
15494
\begin {itemdescr }
0 commit comments