mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Patches for MWCW and gcc-4.0.
[SVN r26704]
This commit is contained in:
@ -858,6 +858,11 @@ public:
|
||||
*out += v;
|
||||
return *this;
|
||||
}
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
typedef UChar value_type;
|
||||
typedef value_type* pointer;
|
||||
typedef value_type& reference;
|
||||
typedef std::output_iterator_tag iterator_category;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user