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 f11abac commit 2575c39Copy full SHA for 2575c39
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -95,6 +95,7 @@ if (current_toolchain == default_toolchain) {
95
"__algorithm/find_if.h",
96
"__algorithm/find_if_not.h",
97
"__algorithm/find_segment_if.h",
98
+ "__algorithm/fold.h",
99
"__algorithm/for_each.h",
100
"__algorithm/for_each_n.h",
101
"__algorithm/for_each_segment.h",
@@ -169,7 +170,6 @@ if (current_toolchain == default_toolchain) {
169
170
"__algorithm/ranges_find_if.h",
171
"__algorithm/ranges_find_if_not.h",
172
"__algorithm/ranges_find_last.h",
- "__algorithm/ranges_fold.h",
173
"__algorithm/ranges_for_each.h",
174
"__algorithm/ranges_for_each_n.h",
175
"__algorithm/ranges_generate.h",
@@ -608,7 +608,6 @@ if (current_toolchain == default_toolchain) {
608
"__memory/allocator_arg_t.h",
609
"__memory/allocator_destructor.h",
610
"__memory/allocator_traits.h",
611
- "__memory/array_cookie.h",
612
"__memory/assume_aligned.h",
613
"__memory/auto_ptr.h",
614
"__memory/builtin_new_allocator.h",
0 commit comments