Skip to content

Commit 62bdb85

Browse files
committed
[libc++][NFC] Fix incorrect comment for vector::assign(iter, iter) test
1 parent 55154d6 commit 62bdb85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/test/std/containers/sequences/vector/vector.cons/assign_iter_iter.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
// <vector>
1010

11-
// void assign(size_type n, const_reference v);
11+
// template <class InputIt>
12+
// constexpr void assign(InputIt first, InputIt last);
1213

1314
#include <vector>
1415
#include <algorithm>

0 commit comments

Comments
 (0)