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 3ebd797 commit fe454b2Copy full SHA for fe454b2
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -608,6 +608,7 @@ if (current_toolchain == default_toolchain) {
608
"__memory/construct_at.h",
609
"__memory/destruct_n.h",
610
"__memory/inout_ptr.h",
611
+ "__memory/noexcept_move_assign_container.h",
612
"__memory/out_ptr.h",
613
"__memory/pointer_traits.h",
614
"__memory/ranges_construct_at.h",
@@ -895,7 +896,6 @@ if (current_toolchain == default_toolchain) {
895
896
"__type_traits/maybe_const.h",
897
"__type_traits/nat.h",
898
"__type_traits/negation.h",
- "__type_traits/noexcept_move_assign_container.h",
899
"__type_traits/promote.h",
900
"__type_traits/rank.h",
901
"__type_traits/remove_all_extents.h",
0 commit comments