Skip to content

Commit e4148ac

Browse files
committed
LWG3062 Unnecessary decay_t in is_execution_policy_v should be remove_cvref_t
1 parent 5b79d34 commit e4148ac

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
@@ -1550,7 +1550,7 @@
15501550

15511551
\pnum
15521552
Parallel algorithms shall not participate in overload resolution unless
1553-
\tcode{is_execution_policy_v<decay_t<ExecutionPolicy>>} is \tcode{true}.
1553+
\tcode{is_execution_policy_v<remove_cvref_t<ExecutionPolicy>>} is \tcode{true}.
15541554

15551555
\rSec1[alg.nonmodifying]{Non-modifying sequence operations}
15561556

0 commit comments

Comments
 (0)