]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/none.hpp
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / boost / boost / none.hpp
index bd342da30ad6b875f221e271e06bf44754109782..e9fc0627fe94789997cd34de32a774399c1a0476 100755 (executable)
@@ -20,7 +20,7 @@
 
 namespace boost {
 
-none_t const none = ((none_t)0) ;
+none_t const none = (static_cast<none_t>(0)) ;
 
 } // namespace boost