mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 23:02:09 +02:00
Patches for MWCW and gcc-4.0.
[SVN r26704]
This commit is contained in:
@ -536,6 +536,12 @@ public:
|
||||
out->append(1, v);
|
||||
return *this;
|
||||
}
|
||||
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
typedef typename S::value_type value_type;
|
||||
typedef value_type* pointer;
|
||||
typedef value_type& reference;
|
||||
typedef std::output_iterator_tag iterator_category;
|
||||
};
|
||||
|
||||
template <class OutputIterator, class Iterator, class Alloc, class charT, class traits>
|
||||
|
Reference in New Issue
Block a user