Skip to content

Commit

Permalink
[func.wrap.func] Remove declarations already in [functional.syn]
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Jun 11, 2020
1 parent 3ff4794 commit 21b0688
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15033,14 +15033,6 @@
function(R(*)(ArgTypes...)) -> function<R(ArgTypes...)>;

template<class F> function(F) -> function<@\seebelow@>;

// \ref{func.wrap.func.nullptr}, null pointer comparison functions
template<class R, class... ArgTypes>
bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;

// \ref{func.wrap.func.alg}, specialized algorithms
template<class R, class... ArgTypes>
void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&) noexcept;
}
\end{codeblock}

Expand Down

0 comments on commit 21b0688

Please sign in to comment.