From 0633ba70f2ae3127c1f05f81c03e5fefa15910d6 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 16 Mar 2004 17:36:15 +0000 Subject: [PATCH] Added missing typedefs [SVN r22505] --- 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;