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 f527096 commit 84493f9Copy full SHA for 84493f9
libcxx/include/__iterator/bounded_iter.h
@@ -102,7 +102,7 @@ struct __bounded_iter {
102
// may be wrapped type, such that `operator<=` has side effects.
103
pointer __begin_ptr = std::__to_address(__begin);
104
pointer __current_ptr = std::__to_address(__current);
105
- pointer __end_ptr = std::__to_address(__end);
+ pointer __end_ptr = std::__to_address(__end);
106
_LIBCPP_ASSUME(__begin_ptr <= __current_ptr);
107
_LIBCPP_ASSUME(__current_ptr <= __end_ptr);
108
}
0 commit comments