From 21b0688bbe3578381052d7fa3ce7296bf8c126f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Wed, 10 Jun 2020 20:09:12 -0400 Subject: [PATCH] [func.wrap.func] Remove declarations already in [functional.syn] --- source/utilities.tex | 8 -------- 1 file changed, 8 deletions(-) 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}