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 8eefbd2 commit 21f557eCopy full SHA for 21f557e
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -117,6 +117,7 @@ if (current_toolchain == default_toolchain) {
117
"__algorithm/lexicographical_compare.h",
118
"__algorithm/lower_bound.h",
119
"__algorithm/make_heap.h",
120
+ "__algorithm/make_projected.h",
121
"__algorithm/max.h",
122
"__algorithm/max_element.h",
123
"__algorithm/merge.h",
@@ -174,6 +175,7 @@ if (current_toolchain == default_toolchain) {
174
175
"__algorithm/ranges_replace.h",
176
"__algorithm/ranges_replace_if.h",
177
"__algorithm/ranges_reverse.h",
178
+ "__algorithm/ranges_sort.h",
179
"__algorithm/ranges_swap_ranges.h",
180
"__algorithm/ranges_transform.h",
181
"__algorithm/ranges_upper_bound.h",
0 commit comments