#ifndef TEST_TRAITS_H #define TEST_TRAITS_H template struct test_traits { typedef charT char_type; }; #endif // TEST_TRAITS_H