Fixed formatting
This commit is contained in:
parent
52ca3cd096
commit
bc208510c0
@ -538,8 +538,7 @@ constexpr auto to_string_view(const S& s)
|
|||||||
}
|
}
|
||||||
// Catch basic_format_string for any char type.
|
// Catch basic_format_string for any char type.
|
||||||
template <typename S, FMT_ENABLE_IF(!is_compile_string<S>::value)>
|
template <typename S, FMT_ENABLE_IF(!is_compile_string<S>::value)>
|
||||||
constexpr auto to_string_view(const S& s)
|
constexpr auto to_string_view(const S& s) -> decltype(s.get()) {
|
||||||
-> decltype(s.get()) {
|
|
||||||
return s.get();
|
return s.get();
|
||||||
}
|
}
|
||||||
void to_string_view(...);
|
void to_string_view(...);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user