mirror of
https://github.com/boostorg/optional.git
synced 2025-07-31 21:14:31 +02:00
boost::none is constexpr-declared
This commit is contained in:
@@ -17,8 +17,8 @@ namespace boost {
|
||||
|
||||
class none_t {/* see below */};
|
||||
|
||||
const none_t none (/* see below */);
|
||||
|
||||
inline constexpr none_t none (/* see below */);
|
||||
|
||||
} // namespace boost
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user