]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/multi_array/algorithm.hpp
* src/MenuBackend.[Ch]: the specialMenu is now a real menu, not a
[lyx.git] / boost / boost / multi_array / algorithm.hpp
index c8237d4452ad0d6723cb097311fc588574842894..c749c3f974715cc63bcaf393bf49cf98b10bccc8 100644 (file)
@@ -43,7 +43,8 @@
 #include "boost/iterator.hpp"
 
 namespace boost {
-
+namespace detail {
+namespace multi_array {
 //--------------------------------------------------
 // copy_n (not part of the C++ standard)
 #if 1
@@ -95,7 +96,8 @@ copy_n(InputIter first, Size count, OutputIter result) {
 }
 
 #endif // 1
-
+} // namespace multi_array
+} // namespace detail
 } // namespace boost
 
 #endif // BOOST_ALGORITHM_RG071801_HPP