X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fiterator%2Fiterator_categories.hpp;h=1740d9818ab84d485263b2c9c7ba0aed012359c2;hb=c48091f33a773732fa6c789927e5833e44108d9d;hp=564ae50004bde71576131b4b47d531b016df8696;hpb=d64a07a784241498594fc9d2bc0b7eae598134e4;p=lyx.git diff --git a/boost/boost/iterator/iterator_categories.hpp b/boost/boost/iterator/iterator_categories.hpp index 564ae50004..1740d9818a 100644 --- a/boost/boost/iterator/iterator_categories.hpp +++ b/boost/boost/iterator/iterator_categories.hpp @@ -150,7 +150,7 @@ struct iterator_category_to_traversal : mpl::eval_if< // if already convertible to a traversal tag, we're done. is_convertible , mpl::identity - , detail::old_category_to_traversal + , boost::detail::old_category_to_traversal > {};