Skip to content

Commit f457f12

Browse files
[execpol.type] Remove "see below" definition from "is_execution_policy" itemdecl (#7909)
We already say that it is a Cpp17UnaryTypeTrait with a base characteristic of either true_type or false_type.
1 parent c156822 commit f457f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640

641641
\indexlibraryglobal{is_execution_policy}%
642642
\begin{itemdecl}
643-
template<class T> struct is_execution_policy { @\seebelow@ };
643+
template<class T> struct is_execution_policy;
644644
\end{itemdecl}
645645

646646
\begin{itemdescr}

0 commit comments

Comments
 (0)