]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/wave/samples/token_statistics/xlex/xpressive_lexer.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / wave / samples / token_statistics / xlex / xpressive_lexer.hpp
index e6d084536a144872e9ac21c1202a8ee4973a171c..4038742e6939d115fb4cb85a72c1a1b0b1f51812 100644 (file)
@@ -36,7 +36,7 @@ template <
 class xpressive_lexer
 {
 private:
-    typedef typename boost::detail::iterator_traits<Iterator>::value_type
+    typedef typename boost::iterators::iterator_value<Iterator>::type
         char_type;
     typedef std::basic_string<char_type> string_type;