mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +01:00
fixed typedef
This commit is contained in:
parent
508536ee27
commit
1b1b5d2072
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue