Contains a new approach of std::format's parser and formatters. This
approach saves over 10KB of the binary size.
This patch is still work-in-progress. This review is to test the CI.
Paths
| Differential D124620
[WIP][libc++][format] DO NOT REVIEW AbandonedPublic Authored by Mordante on Apr 28 2022, 8:37 AM.
Details
Summary Contains a new approach of std::format's parser and formatters. This This patch is still work-in-progress. This review is to test the CI.
Diff Detail
Unit TestsFailed Event Timeline
Revision Contents
Diff 427205 libcxx/benchmarks/std_format_spec_string_unicode.bench.cpp
libcxx/include/CMakeLists.txt
libcxx/include/__format/buffer.h
libcxx/include/__format/format_context.h
libcxx/include/__format/format_fwd.h
libcxx/include/__format/formatter.h
libcxx/include/__format/formatter_bool.h
libcxx/include/__format/formatter_char.h
libcxx/include/__format/formatter_floating_point.h
libcxx/include/__format/formatter_integer.h
libcxx/include/__format/formatter_integral.h
|