aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__format/concepts.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-14[libc++] Remove <tuple> include from <__format/concepts.h> (#80214)Nikolas Klauser1-1/+3
2024-03-08[libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser1-1/+1
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1/+1
2023-06-21[libc++][format] Adds formattable-with concept.Mark de Wever1-9/+14
2023-03-07[libc++][format] Fixes invalid usage of m type.Mark de Wever1-3/+2
2023-02-22[libc++][format] Removes transitive type_traits.Mark de Wever1-1/+0
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-4/+4
2022-12-07[libc++][format] Adds range-default-formatter.Mark de Wever1-0/+14
2022-10-05[libc++][format] Implements formattable concept.Mark de Wever1-12/+14
2022-08-31[NFC][libc++][format] Renames __char_type concept.Mark de Wever1-0/+9
2022-05-18[libc++][format] Adds a formattable concept.Mark de Wever1-0/+53