45268f7215b42b84861881e8a4f46b3e249a4fc9
[platform/framework/web/crosswalk.git] / src / third_party / libc++ / trunk / test / strings / basic.string / test_traits.h
1 #ifndef TEST_TRAITS_H
2 #define TEST_TRAITS_H
3
4 template <class charT>
5 struct test_traits
6 {
7     typedef charT     char_type;
8 };
9
10 #endif  // TEST_TRAITS_H