blob: 82540e397bf36b56d64ae5215ccae6b5a657a582 [file] [log] [blame]
Richard Smith5156c382015-01-22 01:41:56 +00001template<typename T> struct is_floating {
2 enum { value = 0 };
3 typedef int type;
4};