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