mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Improve handling of unformattable args
This commit is contained in:
@ -779,7 +779,7 @@ using is_integer =
|
||||
#if FMT_USE_FLOAT128
|
||||
using float128 = __float128;
|
||||
#else
|
||||
using float128 = void;
|
||||
struct float128 {};
|
||||
#endif
|
||||
|
||||
template <typename T> using is_float128 = std::is_same<T, float128>;
|
||||
|
Reference in New Issue
Block a user