Implements parts of
- P2093R14 Formatted output
- P2539R4 Should the output of std::print to a terminal be synchronized with the underlying stream?
Depends on D150044
Paths
| Differential D155262
[libc++][print] Adds stdout functions. ClosedPublic Authored by Mordante on Jul 13 2023, 10:51 PM.
Details
Summary Implements parts of
Depends on D150044
Diff Detail
Event Timelineldionne added inline comments.
Mordante added inline comments. This revision is now accepted and ready to land.Jul 20 2023, 10:19 AM Closed by commit rGe2953303f4d3: [libc++][print] Adds stdout functions. (authored by Mordante). · Explain WhyJul 22 2023, 2:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 542543 libcxx/docs/Status/FormatPaper.csv
libcxx/include/print
libcxx/test/std/input.output/iostream.format/print.fun/print.sh.cpp
libcxx/test/std/input.output/iostream.format/print.fun/println.sh.cpp
libcxx/test/std/input.output/iostream.format/print.fun/vprint_nonunicode.sh.cpp
libcxx/test/std/input.output/iostream.format/print.fun/vprint_unicode.sh.cpp
libcxx/utils/ci/run-buildbot
|