Skip to content

Commit 03a9f07

Browse files
committed
[libc++][NFC] Fix leftover && in comment
1 parent 382f70a commit 03a9f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/include/__algorithm/ranges_max.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ _LIBCPP_END_NAMESPACE_STD
9898

9999
_LIBCPP_POP_MACROS
100100

101-
#endif // _LIBCPP_STD_VER >= 20 &&
101+
#endif // _LIBCPP_STD_VER >= 20
102102

103103
#endif // _LIBCPP___ALGORITHM_RANGES_MAX_H

libcxx/include/__algorithm/ranges_min.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ _LIBCPP_END_NAMESPACE_STD
9090

9191
_LIBCPP_POP_MACROS
9292

93-
#endif // _LIBCPP_STD_VER >= 20 &&
93+
#endif // _LIBCPP_STD_VER >= 20
9494

9595
#endif // _LIBCPP___ALGORITHM_RANGES_MIN_H

0 commit comments

Comments
 (0)