Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d4a8fe156fc65124ea03dde46f9aed74b0a3451
/
.
/
libcxx
/
test
/
strings
/
basic.string
/
test_traits.h
blob: 45268f7215b42b84861881e8a4f46b3e249a4fc9 [
file
] [
log
] [
blame
]
#ifndef
TEST_TRAITS_H
#define
TEST_TRAITS_H
template
<
class
charT
>
struct
test_traits
{
typedef
charT char_type
;
};
#endif
// TEST_TRAITS_H