fixed typedef

This commit is contained in:
jez 2008-06-26 13:37:17 +00:00
parent 508536ee27
commit 1b1b5d2072

View file

@ -27,7 +27,7 @@ class Writer : public XMLFilterImpl<string_type, T0, T1>
Arabica::default_string_adaptor<string_type>,
T0,
T1>::type string_adaptor;
typedef Writer<string_type, string_adaptor> WriterT;
typedef Writer<string_type, T0, T1> WriterT;
typedef typename string_type::value_type charT;
typedef typename string_type::traits_type traitsT;
typedef std::basic_ostream<charT, traitsT> ostreamT;