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 5629d49 commit d3968cdCopy full SHA for d3968cd
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -84,6 +84,7 @@ if (current_toolchain == default_toolchain) {
84
"__algorithm/copy.h",
85
"__algorithm/copy_backward.h",
86
"__algorithm/copy_if.h",
87
+ "__algorithm/copy_move_common.h",
88
"__algorithm/copy_n.h",
89
"__algorithm/count.h",
90
"__algorithm/count_if.h",
@@ -662,6 +663,7 @@ if (current_toolchain == default_toolchain) {
662
663
"__type_traits/is_abstract.h",
664
"__type_traits/is_aggregate.h",
665
"__type_traits/is_allocator.h",
666
+ "__type_traits/is_always_bitcastable.h",
667
"__type_traits/is_arithmetic.h",
668
"__type_traits/is_array.h",
669
"__type_traits/is_assignable.h",
0 commit comments