Skip to content

Commit 25738f7

Browse files
jensmaurerzygoloid
authored andcommitted
[span.cons] Do not attempt to initialize size_ with an iterator.
1 parent 6c4806f commit 25738f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10700,7 +10700,7 @@
1070010700
\pnum
1070110701
\effects
1070210702
Initializes \tcode{data_} with \tcode{to_address(first)} and
10703-
\tcode{size_} with \tcode{first + count}.
10703+
\tcode{size_} with \tcode{count}.
1070410704

1070510705
\pnum
1070610706
\throws

0 commit comments

Comments
 (0)