Skip to content

Commit 164fea9

Browse files
burblebeetkoeppe
authored andcommitted
LWG3419 [algorithms.requirements]/15 doesn't reserve as many rights as it intends to
1 parent 1b9110c commit 164fea9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/algorithms.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,12 @@
262262
that takes separate iterator and sentinel arguments.
263263

264264
\pnum
265-
The number and order of deducible template parameters for algorithm declarations
266-
are unspecified, except where explicitly stated otherwise.
265+
The well-formedness and behavior of a call to an algorithm with
266+
an explicitly-specified template argument list
267+
is unspecified, except where explicitly stated otherwise.
267268
\begin{note}
268-
Consequently, an implementation can reject calls
269-
that specify an explicit template argument list.
269+
Consequently, an implementation can declare an algorithm with
270+
different template parameters than those presented.
270271
\end{note}
271272

272273
\rSec1[algorithms.parallel]{Parallel algorithms}

0 commit comments

Comments
 (0)