[libcxx-commits] [libcxx] [libc++][print] Adds ostream overloads. (PR #73262)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 28 11:15:24 PST 2023
================
@@ -0,0 +1,2200 @@
+//===----------------------------------------------------------------------===//
----------------
mordante wrote:
It's taken from `test/std/utilities/format/format.functions/locale-specific_form.pass.cpp`. Since they reside in completely different directories I'm not sure whether there is a good way to share these. That's why I copied the file.
https://github.com/llvm/llvm-project/pull/73262
More information about the libcxx-commits
mailing list