mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
Added missing typedefs
[SVN r22505]
This commit is contained in:
@ -35,6 +35,8 @@ struct sub_match : public std::pair<BidiIterator, BidiIterator>
|
|||||||
typedef typename re_detail::regex_iterator_traits<BidiIterator>::difference_type difference_type;
|
typedef typename re_detail::regex_iterator_traits<BidiIterator>::difference_type difference_type;
|
||||||
#endif
|
#endif
|
||||||
typedef BidiIterator iterator_type;
|
typedef BidiIterator iterator_type;
|
||||||
|
typedef BidiIterator iterator;
|
||||||
|
typedef BidiIterator const_iterator;
|
||||||
|
|
||||||
bool matched;
|
bool matched;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user