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 3d9409f commit d11b9b7Copy full SHA for d11b9b7
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1520,12 +1520,14 @@ if (current_toolchain == default_toolchain) {
1520
"__memory/compressed_pair.h",
1521
"__memory/concepts.h",
1522
"__memory/construct_at.h",
1523
+ "__memory/destroy.h",
1524
"__memory/destruct_n.h",
1525
"__memory/inout_ptr.h",
1526
"__memory/noexcept_move_assign_container.h",
1527
"__memory/out_ptr.h",
1528
"__memory/pointer_traits.h",
1529
"__memory/ranges_construct_at.h",
1530
+ "__memory/ranges_destroy.h",
1531
"__memory/ranges_uninitialized_algorithms.h",
1532
"__memory/raw_storage_iterator.h",
1533
"__memory/shared_count.h",
0 commit comments