Skip to content

Commit 913a8d8

Browse files
committed
[libc++] implementing ranges::iota: the header for out_value_result.h was out of order in the algorithm header which was triggering clang-fmt and clang-tidy CI failures
1 parent e325de4 commit 913a8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/algorithm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,9 +1937,9 @@ template <class BidirectionalIterator, class Compare>
19371937
# include <__algorithm/in_in_result.h>
19381938
# include <__algorithm/in_out_out_result.h>
19391939
# include <__algorithm/in_out_result.h>
1940-
# include <__algorithm/out_value_result.h>
19411940
# include <__algorithm/lexicographical_compare_three_way.h>
19421941
# include <__algorithm/min_max_result.h>
1942+
# include <__algorithm/out_value_result.h>
19431943
# include <__algorithm/ranges_adjacent_find.h>
19441944
# include <__algorithm/ranges_all_of.h>
19451945
# include <__algorithm/ranges_any_of.h>

0 commit comments

Comments
 (0)