Skip to content

Commit ebba9f3

Browse files
authored
[func.wrap.func.general, func.wrap.move.class] Remove redundant declaration (#6273)
We don't need to repeat the declarations of the incomplete primary template, they are already present in the <functional> synopsis.
1 parent 96f695a commit ebba9f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/utilities.tex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12808,8 +12808,6 @@
1280812808
\indexlibrarymember{result_type}{function}%
1280912809
\begin{codeblock}
1281012810
namespace std {
12811-
template<class> class function; // \notdef
12812-
1281312811
template<class R, class... ArgTypes>
1281412812
class function<R(ArgTypes...)> {
1281512813
public:
@@ -13281,8 +13279,6 @@
1328113279
\indexlibraryglobal{move_only_function}%
1328213280
\begin{codeblock}
1328313281
namespace std {
13284-
template<class... S> class move_only_function; // \notdef
13285-
1328613282
template<class R, class... ArgTypes>
1328713283
class move_only_function<R(ArgTypes...) @\cv{}@ @\placeholder{ref}@ noexcept(@\placeholder{noex}@)> {
1328813284
public:

0 commit comments

Comments
 (0)