2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-14 13:02:18 +00:00

Fixed iterator definition

[SVN r11299]
This commit is contained in:
John Maddock
2001-09-28 11:33:25 +00:00
parent 3d3f591516
commit 4dd87c299f

View File

@@ -193,6 +193,9 @@ public:
};
class BOOST_REGEX_DECL mapfile_iterator
#if !defined(BOOST_NO_STD_ITERATOR) || defined(BOOST_MSVC_STD_ITERATOR)
: public std::iterator<std::random_access_iterator_tag, char>
#endif
{
typedef mapfile::pointer internal_pointer;
internal_pointer* node;