mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-30 15:32:36 +00:00
Remove unnecessary inline
This commit is contained in:
parent
05432e570e
commit
b6d56170fc
@ -392,9 +392,7 @@ template <typename T> inline auto convert_for_visit(T value) -> T {
|
|||||||
enum class int128_opt {};
|
enum class int128_opt {};
|
||||||
enum class uint128_opt {};
|
enum class uint128_opt {};
|
||||||
// Reduce template instantiations.
|
// Reduce template instantiations.
|
||||||
template <typename T> inline auto convert_for_visit(T) -> monostate {
|
template <typename T> auto convert_for_visit(T) -> monostate { return {}; }
|
||||||
return {};
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Casts a nonnegative integer to unsigned.
|
// Casts a nonnegative integer to unsigned.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user