template <class T>struct is_error_condition_enum : public false_type {};template<>struct is_error_condition_enum<errc> : true_type {};
bool
true
false