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 68806b9 commit eb3ecd1Copy full SHA for eb3ecd1
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1195,6 +1195,7 @@ if (current_toolchain == default_toolchain) {
1195
"__math/traits.h",
1196
"__math/trigonometric_functions.h",
1197
"__mbstate_t.h",
1198
+ "__mdspan/aligned_accessor.h",
1199
"__mdspan/default_accessor.h",
1200
"__mdspan/extents.h",
1201
"__mdspan/layout_left.h",
@@ -1219,6 +1220,7 @@ if (current_toolchain == default_toolchain) {
1219
1220
"__memory/destroy.h",
1221
"__memory/destruct_n.h",
1222
"__memory/inout_ptr.h",
1223
+ "__memory/is_sufficiently_aligned.h",
1224
"__memory/noexcept_move_assign_container.h",
1225
"__memory/out_ptr.h",
1226
"__memory/pointer_traits.h",
0 commit comments