44
55# Generate the list via
66# $ find third_party/libc++/src/include/ -type f | fgrep -v "cxx03" | \
7- # sed -E 's:(.*):"//\1",:g' | sort
7+ # sed -E 's:(.*):"//\1",:g' | LANG=C sort
88#
99libcxx_headers = [
1010 # keep-sorted start
@@ -556,6 +556,7 @@ libcxx_headers = [
556556 " //third_party/libc++/src/include/__math/traits.h" ,
557557 " //third_party/libc++/src/include/__math/trigonometric_functions.h" ,
558558 " //third_party/libc++/src/include/__mbstate_t.h" ,
559+ " //third_party/libc++/src/include/__mdspan/aligned_accessor.h" ,
559560 " //third_party/libc++/src/include/__mdspan/default_accessor.h" ,
560561 " //third_party/libc++/src/include/__mdspan/extents.h" ,
561562 " //third_party/libc++/src/include/__mdspan/layout_left.h" ,
@@ -580,6 +581,7 @@ libcxx_headers = [
580581 " //third_party/libc++/src/include/__memory/destroy.h" ,
581582 " //third_party/libc++/src/include/__memory/destruct_n.h" ,
582583 " //third_party/libc++/src/include/__memory/inout_ptr.h" ,
584+ " //third_party/libc++/src/include/__memory/is_sufficiently_aligned.h" ,
583585 " //third_party/libc++/src/include/__memory/noexcept_move_assign_container.h" ,
584586 " //third_party/libc++/src/include/__memory/out_ptr.h" ,
585587 " //third_party/libc++/src/include/__memory/pointer_traits.h" ,
0 commit comments