forked from OSchip/llvm-project
787ccd345c
This implements the last required formatter specialization. Completes: - LWG 3251 Are std::format alignment specifiers applied to string arguments? - LWG 3340 Formatting functions should throw on argument/format string mismatch in §[format.functions] - LWG 3540 §[format.arg] There should be no const in basic_format_arg(const T* p) Implements parts of: - P0645 Text Formatting Depends on D114001 Reviewed By: ldionne, vitaut, #libc Differential Revision: https://reviews.llvm.org/D115988 |
||
---|---|---|
.. | ||
format_arg.h | ||
format_args.h | ||
format_context.h | ||
format_error.h | ||
format_fwd.h | ||
format_parse_context.h | ||
format_string.h | ||
format_to_n_result.h | ||
formatter.h | ||
formatter_bool.h | ||
formatter_char.h | ||
formatter_floating_point.h | ||
formatter_integer.h | ||
formatter_integral.h | ||
formatter_pointer.h | ||
formatter_string.h | ||
parser_std_format_spec.h |