Skip to content

Commit f864509

Browse files
committed
Address review comment about redundant opening comment
1 parent 86ac68a commit f864509

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libcxx/include/__iterator/static_bounded_iter.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ _LIBCPP_PUSH_MACROS
3131

3232
_LIBCPP_BEGIN_NAMESPACE_STD
3333

34-
// Iterator wrapper that carries the valid range it is allowed to access, but where
35-
// the size of that range is known at compile-time.
36-
//
3734
// This is an iterator wrapper for contiguous iterators that points within a range
3835
// whose size is known at compile-time. This is very similar to `__bounded_iter`,
3936
// except that we don't have to store the end of the range in physical memory since

0 commit comments

Comments
 (0)