[NFC][libc++][format] Renames __char_type concept.
authorMark de Wever <koraq@xs4all.nl>
Thu, 4 Aug 2022 15:54:20 +0000 (17:54 +0200)
committerMark de Wever <koraq@xs4all.nl>
Wed, 31 Aug 2022 17:21:01 +0000 (19:21 +0200)
commita595fcf9b45cfbf7e76cc512555df8250e1aeb66
treeaacaad8ee51a95b87f5bed260260c8f0d462f356
parent36e0e2c485447ac984a375aa0829f8c75d565fbb
[NFC][libc++][format] Renames __char_type concept.

Move the concept to the concepts header and uses a name in the style of
P2286.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D131176
libcxx/include/__format/buffer.h
libcxx/include/__format/concepts.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
libcxx/include/__format/formatter_pointer.h
libcxx/include/__format/formatter_string.h