Home | History | Annotate | Download | only in basic.string
      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
     11