]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/iterator.hpp
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / boost / boost / iterator.hpp
index d3844e71c0df9f073898af5da32436dc81194c43..6adab0e6959987d5c700e72057778ea5e3e760e9 100644 (file)
@@ -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 <class Category, class T, class Distance = std::ptrdiff_t,
             class Pointer = T*, class Reference = T&>
-   struct iterator : detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
+  struct iterator : boost::detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
 # endif
 } // namespace boost