Howard Hinnant bf2897cf45 Fixing whitespace problems
llvm-svn: 111764
2010-08-22 00:47:54 +00:00

11 lines
151 B
C++

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