mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +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)); }
|
||||
#endif
|
||||
|
||||
/*
|
||||
template <typename T>
|
||||
struct IsLongDouble { enum {VALUE = 0}; };
|
||||
|
||||
template <>
|
||||
struct IsLongDouble<long double> { enum {VALUE = 1}; };
|
||||
*/
|
||||
|
||||
template <typename Char>
|
||||
class BasicCharTraits {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user