diff --git a/source/utilities.tex b/source/utilities.tex index b3a60d6418..6ffb0e7ceb 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -15033,14 +15033,6 @@ function(R(*)(ArgTypes...)) -> function; template function(F) -> function<@\seebelow@>; - - // \ref{func.wrap.func.nullptr}, null pointer comparison functions - template - bool operator==(const function&, nullptr_t) noexcept; - - // \ref{func.wrap.func.alg}, specialized algorithms - template - void swap(function&, function&) noexcept; } \end{codeblock}