]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/none.hpp
Fix HTML output of \gg and \ll
[lyx.git] / boost / boost / none.hpp
old mode 100755 (executable)
new mode 100644 (file)
index bd342da..e9fc062
@@ -20,7 +20,7 @@
 
 namespace boost {
 
-none_t const none = ((none_t)0) ;
+none_t const none = (static_cast<none_t>(0)) ;
 
 } // namespace boost