[libcxx-commits] [libcxx] [libc++][chrono] P2592R3: Hashing for chrono (PR #165132)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 28 19:51:56 PDT 2025
================
@@ -1350,6 +1350,7 @@ memory version
memory_resource cstddef
memory_resource cstdint
memory_resource cstdlib
+memory_resource cstring
----------------
frederick-vs-ja wrote:
Looks like that I missuggested. `<memory_resource>` starts to include these in C++17, and `<shared_mutex>` starts in C++11 - which is weird.
libc++'s `<shared_mutex>` seems to include internal granularized headers but not provide standard components in C++11 mode.
https://github.com/llvm/llvm-project/pull/165132
More information about the libcxx-commits
mailing list