summaryrefslogtreecommitdiff
path: root/boost/regex/v4/u32regex_iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/regex/v4/u32regex_iterator.hpp')
-rw-r--r--boost/regex/v4/u32regex_iterator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/regex/v4/u32regex_iterator.hpp b/boost/regex/v4/u32regex_iterator.hpp
index 65ebd7f8ea..701ef3d80e 100644
--- a/boost/regex/v4/u32regex_iterator.hpp
+++ b/boost/regex/v4/u32regex_iterator.hpp
@@ -76,7 +76,7 @@ class u32regex_iterator
: public std::iterator<
std::forward_iterator_tag,
match_results<BidirectionalIterator>,
- typename re_detail::regex_iterator_traits<BidirectionalIterator>::difference_type,
+ typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidirectionalIterator>::difference_type,
const match_results<BidirectionalIterator>*,
const match_results<BidirectionalIterator>& >
#endif
@@ -87,7 +87,7 @@ private:
public:
typedef u32regex regex_type;
typedef match_results<BidirectionalIterator> value_type;
- typedef typename re_detail::regex_iterator_traits<BidirectionalIterator>::difference_type
+ typedef typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidirectionalIterator>::difference_type
difference_type;
typedef const value_type* pointer;
typedef const value_type& reference;