forked from boostorg/regex
Fixed iterator definition
[SVN r11299]
This commit is contained in:
@ -193,6 +193,9 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
class BOOST_REGEX_DECL mapfile_iterator
|
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;
|
typedef mapfile::pointer internal_pointer;
|
||||||
internal_pointer* node;
|
internal_pointer* node;
|
||||||
|
Reference in New Issue
Block a user