X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=boost%2Fnone.hpp;h=e9fc0627fe94789997cd34de32a774399c1a0476;hb=f0f013a727d36ba4c63edfcee634b4aeef960750;hp=bd342da30ad6b875f221e271e06bf44754109782;hpb=a95154919f950f86de9104b2b9dcf1f0c7e83387;p=rsem.git 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