[all-commits] [llvm/llvm-project] ee22e2: [libc++] Remove <array> include from <span> (#83742)
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sat Mar 9 03:49:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee22e255648ee9b056280484b4b70d4542bc807e
https://github.com/llvm/llvm-project/commit/ee22e255648ee9b056280484b4b70d4542bc807e
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-03-09 (Sat, 09 Mar 2024)
Changed paths:
M libcxx/include/__fwd/array.h
M libcxx/include/span
M libcxx/test/libcxx/transitive_includes/cxx23.csv
M libcxx/test/libcxx/transitive_includes/cxx26.csv
M libcxx/test/std/ranges/range.utility/range.subrange/operator.pair_like.pass.cpp
Log Message:
-----------
[libc++] Remove <array> include from <span> (#83742)
This reduces the include time of `<span>` from 122ms to 78ms.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list