]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/iterator.hpp
Make the default format translatable, and load the cite formats in
[lyx.git] / boost / boost / iterator.hpp
index d3844e71c0df9f073898af5da32436dc81194c43..a43cfe138e9644f8bccdf3fb7596c2f2a845c412 100644 (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