Files
clang-p2996/libcxx/test/strings/basic.string/test_traits.h
Howard Hinnant 3e519524c1 libcxx initial import
llvm-svn: 103490
2010-05-11 19:42:16 +00:00

11 lines
133 B
C++

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