brintos

brintos / llvm-project-archived public Read only

0
0
Text · 87 B · 82540e3 Raw
5 lines · c
1template<typename T> struct is_floating {2  enum { value = 0 };3  typedef int type;4};5