blob: 5db1b0a8115692d08ab3b1ce538c91adb0b9f275 [file] [log] [blame]
template<bool> struct __truth_type;
template<typename T> struct __traitor
{
enum X { __value = true };
typedef typename __truth_type<__value>::__type __type;
};