minix/external/bsd/libc++/dist/libcxx/test/strings/basic.string/test_traits.h

11 lines
151 B
C
Raw Normal View History

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