We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bf7a9 commit e1f6e40Copy full SHA for e1f6e40
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -132,6 +132,7 @@ if (current_toolchain == default_toolchain) {
132
"__algorithm/next_permutation.h",
133
"__algorithm/none_of.h",
134
"__algorithm/nth_element.h",
135
+ "__algorithm/out_value_result.h",
136
"__algorithm/partial_sort.h",
137
"__algorithm/partial_sort_copy.h",
138
"__algorithm/partition.h",
@@ -1701,6 +1702,7 @@ if (current_toolchain == default_toolchain) {
1701
1702
"__numeric/midpoint.h",
1703
"__numeric/partial_sum.h",
1704
"__numeric/pstl.h",
1705
+ "__numeric/ranges_iota.h",
1706
"__numeric/reduce.h",
1707
"__numeric/saturation_arithmetic.h",
1708
"__numeric/transform_exclusive_scan.h",
0 commit comments