X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Fnone.hpp;h=e9fc0627fe94789997cd34de32a774399c1a0476;hp=bd342da30ad6b875f221e271e06bf44754109782;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/none.hpp b/boost/none.hpp index bd342da..e9fc062 100644 --- a/boost/none.hpp +++ b/boost/none.hpp @@ -20,7 +20,7 @@ namespace boost { -none_t const none = ((none_t)0) ; +none_t const none = (static_cast(0)) ; } // namespace boost