X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=boost%2Fboost%2Fiterator.hpp;h=6adab0e6959987d5c700e72057778ea5e3e760e9;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=d3844e71c0df9f073898af5da32436dc81194c43;hpb=2349a51b124cafaf65ca673f8e7fd931f4ba4961;p=lyx.git diff --git a/boost/boost/iterator.hpp b/boost/boost/iterator.hpp index d3844e71c0..6adab0e695 100644 --- a/boost/boost/iterator.hpp +++ b/boost/boost/iterator.hpp @@ -1,4 +1,4 @@ -// interator.hpp workarounds for non-conforming standard libraries ---------// +// iterator.hpp workarounds for non-conforming standard libraries ---------// // (C) Copyright Beman Dawes 2000. Distributed under the Boost // Software License, Version 1.0. (See accompanying file @@ -52,7 +52,7 @@ namespace boost template - struct iterator : detail::iterator_base {}; + struct iterator : boost::detail::iterator_base {}; # endif } // namespace boost