]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxfunctional.h
various changes
[lyx.git] / src / support / lyxfunctional.h
index 19e15c20e8ee079c8ecce3afccc2c134c7dd141f..94c8504418471879ae2d75c7cafa2db4d9f50ae4 100644 (file)
@@ -5,13 +5,14 @@
 
 /** \file lyxfunctional.h
     \brief Convenient function objects for use with LyX
+    
     This is currently a small collection of small function objects for use
     together with std::algorithms.
 **/
 
 #include <iterator>
 
-//namespace lyx {
+namespace lyx {
 
 
 template<class R, class C, class A>
@@ -250,6 +251,5 @@ private:
        T2 const & value_;
 };
 
-
-// }  // end of namespace lyx
+}  // end of namespace lyx
 #endif