1 2 3 4 5 6 7 8 9 10
#ifndef TEST_TRAITS_H #define TEST_TRAITS_H template <class charT> struct test_traits { typedef charT char_type; }; #endif // TEST_TRAITS_H