Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84493f9

Browse filesBrowse files
committed
Fix formatting
1 parent f527096 commit 84493f9
Copy full SHA for 84493f9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libcxx/include/__iterator/bounded_iter.h

Copy file name to clipboardExpand all lines: libcxx/include/__iterator/bounded_iter.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ struct __bounded_iter {
102102
// may be wrapped type, such that `operator<=` has side effects.
103103
pointer __begin_ptr = std::__to_address(__begin);
104104
pointer __current_ptr = std::__to_address(__current);
105-
pointer __end_ptr = std::__to_address(__end);
105+
pointer __end_ptr = std::__to_address(__end);
106106
_LIBCPP_ASSUME(__begin_ptr <= __current_ptr);
107107
_LIBCPP_ASSUME(__current_ptr <= __end_ptr);
108108
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.