[libcxx-commits] [libcxx] [libc++] Granularize <locale> (PR #146650)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 2 07:23:23 PDT 2025


================
@@ -207,4 +207,8 @@ void vprint_nonunicode(ostream& os, string_view fmt, format_args args);
 #  endif
 #endif // __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)
 
+#  if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 23
----------------
ldionne wrote:

Inside the block above?

https://github.com/llvm/llvm-project/pull/146650


More information about the libcxx-commits mailing list