Sign in
flutter
/
third_party
/
libcxx
/
a535ffd99d3702ab065647e28e83c2b7d720be3d
/
.
/
test
/
strings
/
basic.string
/
test_traits.h
blob: 885d50b673b055281c54b74defe9aba776f04928 [
file
] [
log
] [
blame
]
#ifndef
TEST_TRAITS_H
#define
TEST_TRAITS_H
template
<
class
charT
>
struct
test_traits
{
typedef
charT char_type
;
};
#endif