From b35a6eabbde41499c68a110d9bdf5d416271930a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 19 Mar 2004 12:38:44 +0000 Subject: [PATCH] Added missing typedefs. [SVN r22521] --- include/boost/regex/v4/sub_match.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/regex/v4/sub_match.hpp b/include/boost/regex/v4/sub_match.hpp index 10fbb1ce..e67a2f84 100644 --- a/include/boost/regex/v4/sub_match.hpp +++ b/include/boost/regex/v4/sub_match.hpp @@ -35,6 +35,8 @@ struct sub_match : public std::pair typedef typename re_detail::regex_iterator_traits::difference_type difference_type; #endif typedef BidiIterator iterator_type; + typedef BidiIterator iterator; + typedef BidiIterator const_iterator; bool matched;