]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/format/group.hpp
Boost 1.31.0
[lyx.git] / boost / boost / format / group.hpp
index ddfccde0353c82f39198ee3c47be227b1ed80306..5545e57fa6a2ae76fac80e8a3ad9480a034d695d 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef BOOST_FORMAT_GROUP_HPP
 #define BOOST_FORMAT_GROUP_HPP
 
-#include "boost/config.hpp"
+#include <boost/config.hpp>
 
 
 namespace boost {
@@ -569,7 +569,7 @@ detail::group1< detail::group10<T1,T2,T3,T4,T5,T6,T7,T8,T9, Var const&> >
 }
 
 
-#ifdef BOOST_OVERLOAD_FOR_NON_CONST
+#ifndef BOOST_NO_OVERLOAD_FOR_NON_CONST
 
 template  <class T1, class Var> 
 inline
@@ -671,7 +671,7 @@ detail::group1< detail::group10<T1,T2,T3,T4,T5,T6,T7,T8,T9, Var&> >
 }
 
 
-#endif  // from #ifdef BOOST_OVERLOAD_FOR_NON_CONST
+#endif  //end- #ifndef BOOST_NO_OVERLOAD_FOR_NON_CONST
 
 
 } // namespace io