35 using __gnu_test::pod_ushort;
36 typedef basic_string_view<pod_ushort> string_type;
37 typedef basic_stringbuf<pod_ushort> stringbuf_type;
38 typedef basic_ostream<pod_ushort> ostream_type;
41 stringbuf_type strbuf01;
42 ostream_type stream(&strbuf01);
48 catch (std::bad_cast& obj)
57 const std::locale
loc(std::locale::classic(),
new std::ctype<pod_ushort>);