[libcxx-commits] [libcxx] [libc++][print] Adds ostream overloads. (PR #73262)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 28 09:00:12 PST 2023
================
@@ -28,6 +28,21 @@ The Standard allows implementations to automatically update the
This offers a way for users to update the *remote time zone database* and
give them full control over the process.
+
+`[ostream.formatted.print]/3 <http://eel.is/c++draft/ostream.formatted.print#3>`_ A terminal capable of displaying Unicode
+--------------------------------------------------------------------------------------------------------------------------
+
----------------
ldionne wrote:
This is a bit difficult to understand without context. Can you add some context? Something like:
```
The Standard specifies that the manner in which a stream is determined to be a
terminal capable of displaying Unicode is implementation-defined. This is used
for [THIS] and [THAT] amongst other things.
Libc++ determines that a stream is Unicode-capable terminal by:
```
https://github.com/llvm/llvm-project/pull/73262
More information about the libcxx-commits
mailing list