We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ac68a commit f864509Copy full SHA for f864509
libcxx/include/__iterator/static_bounded_iter.h
@@ -31,9 +31,6 @@ _LIBCPP_PUSH_MACROS
31
32
_LIBCPP_BEGIN_NAMESPACE_STD
33
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
-//
37
// This is an iterator wrapper for contiguous iterators that points within a range
38
// whose size is known at compile-time. This is very similar to `__bounded_iter`,
39
// except that we don't have to store the end of the range in physical memory since
0 commit comments