[libcxx-commits] [libcxx] [libc++] Cleanly implement the base locale API for BSD-like platforms (PR #115176)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 11 09:57:34 PST 2024
================
@@ -49,6 +49,7 @@ template <class charT, class traits, class Allocator>
# include <__ostream/basic_ostream.h>
# include <ios>
# include <istream>
+# include <locale>
----------------
ldionne wrote:
Things like `money_get`
https://github.com/llvm/llvm-project/pull/115176
More information about the libcxx-commits
mailing list