[libcxx-commits] [libcxx] [libc++] Speed up classic locale (PR #72112)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 23 10:57:09 PST 2023
================
@@ -15,6 +15,7 @@
#include <__memory/shared_ptr.h> // __shared_count
#include <__mutex/once_flag.h>
#include <__type_traits/make_unsigned.h>
+#include <__utility/no_destroy.h>
----------------
ldionne wrote:
It's needed for the friend declaration.
https://github.com/llvm/llvm-project/pull/72112
More information about the libcxx-commits
mailing list