Skip to content

Commit 118f374

Browse files
committed
[func.wrap.func] Remove declarations already in [functional.syn]
1 parent 9fd8ca5 commit 118f374

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/utilities.tex

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15090,14 +15090,6 @@
1509015090
function(R(*)(ArgTypes...)) -> function<R(ArgTypes...)>;
1509115091

1509215092
template<class F> function(F) -> function<@\seebelow@>;
15093-
15094-
// \ref{func.wrap.func.nullptr}, null pointer comparison operator functions
15095-
template<class R, class... ArgTypes>
15096-
bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
15097-
15098-
// \ref{func.wrap.func.alg}, specialized algorithms
15099-
template<class R, class... ArgTypes>
15100-
void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&) noexcept;
1510115093
}
1510215094
\end{codeblock}
1510315095

0 commit comments

Comments
 (0)