mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
removed unused code
This commit is contained in:
parent
bd0067ee76
commit
334fc54b5d
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user