]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/regex/v4/fileiter.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / regex / v4 / fileiter.hpp
index 256a7e4606c93014843c5bbd10a3c3cbfa0b8121..7c865c63098dcf2f52b3dfa2eaed74b48a97277a 100644 (file)
@@ -195,9 +195,6 @@ 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;