Skip to content

Commit e2a91c7

Browse files
author
Dawn Perchik
committed
[func.wrap.func][func.wrap.func.con] Fix erroneous ";" in "noexcept;;" introduced by P0771R1.
1 parent d242b26 commit e2a91c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14554,7 +14554,7 @@
1455414554
function() noexcept;
1455514555
function(nullptr_t) noexcept;
1455614556
function(const function&);
14557-
function(function&&) noexcept;;
14557+
function(function&&) noexcept;
1455814558
template<class F> function(F);
1455914559

1456014560
function& operator=(const function&);
@@ -14676,7 +14676,7 @@
1467614676

1467714677
\indexlibrary{\idxcode{function}!constructor}%
1467814678
\begin{itemdecl}
14679-
function(function&& f) noexcept;;
14679+
function(function&& f) noexcept;
1468014680
\end{itemdecl}
1468114681

1468214682
\begin{itemdescr}

0 commit comments

Comments
 (0)