mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2025-01-21 01:02:10 +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 uint128_opt {};
|
||||
// Reduce template instantiations.
|
||||
template <typename T> inline auto convert_for_visit(T) -> monostate {
|
||||
return {};
|
||||
}
|
||||
template <typename T> auto convert_for_visit(T) -> monostate { return {}; }
|
||||
#endif
|
||||
|
||||
// Casts a nonnegative integer to unsigned.
|
||||
|
Loading…
x
Reference in New Issue
Block a user