mirror of
https://github.com/boostorg/regex.git
synced 2025-07-22 00:32:52 +02:00
Ooops, last fix had a misplaced "typename" in it, and therefore was not legal code, strangely some compilers just didn't care.
[SVN r23831]
This commit is contained in:
@ -567,7 +567,7 @@ public:
|
||||
typedef typename S::value_type value_type;
|
||||
typedef typename S::pointer pointer;
|
||||
typedef typename S::reference reference;
|
||||
typedef typename std::output_iterator_tag iterator_category;
|
||||
typedef std::output_iterator_tag iterator_category;
|
||||
|
||||
string_out_iterator(S& s) : out(&s) {}
|
||||
string_out_iterator& operator++() { return *this; }
|
||||
|
Reference in New Issue
Block a user