]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/none.hpp
Updated boost to v1.55.0
[rsem.git] / boost / none.hpp
index bd342da30ad6b875f221e271e06bf44754109782..e9fc0627fe94789997cd34de32a774399c1a0476 100644 (file)
@@ -20,7 +20,7 @@
 
 namespace boost {
 
-none_t const none = ((none_t)0) ;
+none_t const none = (static_cast<none_t>(0)) ;
 
 } // namespace boost