avoid C style casts

[SVN r53671]
This commit is contained in:
Gennadiy Rozental
2009-06-06 09:42:41 +00:00
parent fea89e84f3
commit 8682f2bbaa

View 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