We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382f70a commit 03a9f07Copy full SHA for 03a9f07
libcxx/include/__algorithm/ranges_max.h
@@ -98,6 +98,6 @@ _LIBCPP_END_NAMESPACE_STD
98
99
_LIBCPP_POP_MACROS
100
101
-#endif // _LIBCPP_STD_VER >= 20 &&
+#endif // _LIBCPP_STD_VER >= 20
102
103
#endif // _LIBCPP___ALGORITHM_RANGES_MAX_H
libcxx/include/__algorithm/ranges_min.h
@@ -90,6 +90,6 @@ _LIBCPP_END_NAMESPACE_STD
90
91
92
93
94
95
#endif // _LIBCPP___ALGORITHM_RANGES_MIN_H
0 commit comments