Skip to content

Commit 8042184

Browse files
[execpol.type] Omit the class body as suggested by @jwakely
Co-authored-by: Jonathan Wakely <[email protected]>
1 parent 7b2f025 commit 8042184

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 : bool_constant<@\seebelow@> { };
643+
template<class T> struct is_execution_policy;
644644
\end{itemdecl}
645645

646646
\begin{itemdescr}

0 commit comments

Comments
 (0)