[libc++][NFC] Simplify the implementation of string and string_views operator== ...
[llvm-project.git] / clang / test / Modules / Inputs / PR26014 / B.h
blob58d1f8ff2a3f52cbb53e7927d155953d4613179a
1 #ifndef _LIBCPP_TYPE_TRAITS
2 #define _LIBCPP_TYPE_TRAITS
4 template <class _Tp>
5 struct underlying_type
7 typedef __underlying_type(_Tp) type;
8 };
10 #endif // _LIBCPP_TYPE_TRAITS