forked from OSchip/llvm-project
![]() Implements the formatter for Boolean types. [format.formatter.spec]/2.3 For each charT, for each cv-unqualified arithmetic type ArithmeticT other than char, wchar_t, char8_t, char16_t, or char32_t, a specialization ``` template<> struct formatter<ArithmeticT, charT>; ``` This removes the stub implemented in D96664. Implements parts of: - P0645 Text Formatting - P1652 Printf corner cases in std::format Completes: - P1868 width: clarifying units of width and precision in std::format Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D103670 |
||
---|---|---|
.. | ||
allocator.adaptor | ||
any | ||
charconv | ||
format | ||
function.objects | ||
intseq | ||
memory | ||
meta | ||
optional | ||
ratio | ||
smartptr/unique.ptr | ||
template.bitset | ||
time | ||
tuple | ||
type.index | ||
utilities.general | ||
utility | ||
utility.requirements | ||
variant |