blob: 82540e397bf36b56d64ae5215ccae6b5a657a582 [file] [log] [blame]
template<typename T> struct is_floating {
enum { value = 0 };
typedef int type;
};