diff --git a/source/iostreams.tex b/source/iostreams.tex index d41f2ed6b6..bc10601275 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -17720,7 +17720,7 @@ \begin{itemdecl} void filesystem::create_symlink(const path& to, const path& new_symlink); void filesystem::create_symlink(const path& to, const path& new_symlink, - error_code& ec) noexcept; + error_code& ec) noexcept; \end{itemdecl} \begin{itemdescr}