Commit 334fc54b authored by Daniel.Perry's avatar Daniel.Perry

removed unused code

parent bd0067ee
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment