Skip to content

Commit 8f5ffc3

Browse files
committed
[libc++] Implementing ranges::iota: Including out_value_result got stripped from algorithm header, adding it back
1 parent 240d4f0 commit 8f5ffc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/algorithm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,6 +1937,7 @@ 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>
19401941
# include <__algorithm/lexicographical_compare_three_way.h>
19411942
# include <__algorithm/min_max_result.h>
19421943
# include <__algorithm/ranges_adjacent_find.h>

0 commit comments

Comments
 (0)