blob: 6a1d6542c51a12ab50c44e8da95b7c9ddfddc3ab [file] [log] [blame]
template<bool>
struct __truth_type;
template<typename T>
struct __traitor
{
enum { __value = true }; // Oh, an anonymous templatey thing!
typedef typename __truth_type<__value>::__type __type;
};