Merge [53671] from the trunk.

[SVN r70790]
This commit is contained in:
Steven Watanabe
2011-03-31 16:47:48 +00:00
parent 545f8933bc
commit 9275e2b8aa

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