We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d242b26 commit e2a91c7Copy full SHA for e2a91c7
source/utilities.tex
@@ -14554,7 +14554,7 @@
14554
function() noexcept;
14555
function(nullptr_t) noexcept;
14556
function(const function&);
14557
- function(function&&) noexcept;;
+ function(function&&) noexcept;
14558
template<class F> function(F);
14559
14560
function& operator=(const function&);
@@ -14676,7 +14676,7 @@
14676
14677
\indexlibrary{\idxcode{function}!constructor}%
14678
\begin{itemdecl}
14679
-function(function&& f) noexcept;;
+function(function&& f) noexcept;
14680
\end{itemdecl}
14681
14682
\begin{itemdescr}
0 commit comments