mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
Merge [53671] from the trunk.
[SVN r70790]
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
|
||||||
none_t const none = ((none_t)0) ;
|
none_t const none = (static_cast<none_t>(0)) ;
|
||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user