[all-commits] [llvm/llvm-project] a3ee0d: [libc++] Remove unnecessary <cstdint> include from...
Jade Lovelace via All-commits
all-commits at lists.llvm.org
Tue Oct 31 10:30:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3ee0d4fac1659be934c170df60d2c10b8a3d5bb
https://github.com/llvm/llvm-project/commit/a3ee0d4fac1659be934c170df60d2c10b8a3d5bb
Author: Jade Lovelace <software at lfcode.ca>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M libcxx/include/string
Log Message:
-----------
[libc++] Remove unnecessary <cstdint> include from <string> (#70613)
<string> doesn't use any declarations from <cstdint> and this doesn't change
the transitive includes, so this is effectively a NFC cleanup.
More information about the All-commits
mailing list