mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-01 11:44:46 +02:00
removed unused code
This commit is contained in:
8
format.h
8
format.h
@@ -410,14 +410,6 @@ inline int isinfinity(double x) { return !_finite(x); }
|
|||||||
inline int isinfinity( long double x) { return !_finite(static_cast<double>(x)); }
|
inline int isinfinity( long double x) { return !_finite(static_cast<double>(x)); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
template <typename T>
|
|
||||||
struct IsLongDouble { enum {VALUE = 0}; };
|
|
||||||
|
|
||||||
template <>
|
|
||||||
struct IsLongDouble<long double> { enum {VALUE = 1}; };
|
|
||||||
*/
|
|
||||||
|
|
||||||
template <typename Char>
|
template <typename Char>
|
||||||
class BasicCharTraits {
|
class BasicCharTraits {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user