Revert Char* formatter removal

This commit is contained in:
Victor Zverovich
2023-05-17 06:11:11 -07:00
parent 9a034b0d55
commit 616a493786
2 changed files with 3 additions and 2 deletions

View File

@@ -2706,6 +2706,7 @@ FMT_FORMAT_AS(short, int);
FMT_FORMAT_AS(unsigned short, unsigned);
FMT_FORMAT_AS(long, detail::long_type);
FMT_FORMAT_AS(unsigned long, detail::ulong_type);
FMT_FORMAT_AS(Char*, const Char*);
FMT_FORMAT_AS(std::basic_string<Char>, basic_string_view<Char>);
FMT_FORMAT_AS(std::nullptr_t, const void*);
FMT_FORMAT_AS(detail::std_string_view<Char>, basic_string_view<Char>);