blob: 58d1f8ff2a3f52cbb53e7927d155953d4613179a [file] [log] [blame]
#ifndef _LIBCPP_TYPE_TRAITS
#define _LIBCPP_TYPE_TRAITS
template <class _Tp>
struct underlying_type
{
typedef __underlying_type(_Tp) type;
};
#endif // _LIBCPP_TYPE_TRAITS