blob: 885d50b673b055281c54b74defe9aba776f04928 [file] [log] [blame]
#ifndef TEST_TRAITS_H
#define TEST_TRAITS_H
template <class charT>
struct test_traits
{
typedef charT char_type;
};
#endif