[libcxx-commits] [libcxx] [libc++] Speed up classic locale (PR	#72112)
    Dmitry Vyukov via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Thu Nov 23 08:32:02 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>
----------------
dvyukov wrote:
Is this needed here? It seems that it's used only in the source file.
https://github.com/llvm/llvm-project/pull/72112
    
    
More information about the libcxx-commits
mailing list