]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/support/container.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / spirit / home / support / container.hpp
index f6fc056909749d8de16601a6b4efba7c77df131c..3df9e80c521c4b9a16da6c4671c849f04e546462 100644 (file)
@@ -21,7 +21,7 @@
 #include <boost/variant.hpp>
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/repeat.hpp>
-#include <boost/range/iterator_range.hpp>
+#include <boost/range/range_fwd.hpp>
 #include <iterator> // for std::iterator_traits
 
 namespace boost { namespace spirit { namespace traits
@@ -207,8 +207,7 @@ namespace boost { namespace spirit { namespace traits
     template <typename Iterator>
     struct container_iterator<iterator_range<Iterator> >
     {
-        typedef typename range_const_iterator<
-              iterator_range<Iterator> >::type type;
+        typedef Iterator type;
     };
 
     template <>