Deprecate convert_to_int
This commit is contained in:
@@ -3035,7 +3035,7 @@ class format_int {
|
||||
std::string str() const { return std::string(str_, size()); }
|
||||
};
|
||||
|
||||
// formatter specializations for the core types corresponding to internal::type
|
||||
// A formatter specialization for the core types corresponding to internal::type
|
||||
// constants.
|
||||
template <typename T, typename Char>
|
||||
struct formatter<T, Char,
|
||||
@@ -3131,8 +3131,6 @@ 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*);
|
||||
|
||||
#undef FMT_FORMAT_AS
|
||||
|
||||
template <typename Char>
|
||||
struct formatter<void*, Char> : formatter<const void*, Char> {
|
||||
template <typename FormatContext>
|
||||
|
||||
Reference in New Issue
Block a user