Opened 6 years ago
Last modified 4 years ago
#12967 new Bugs
boost::none_t should be a literal type like std::nullopt_t
Reported by: | Owned by: | Fernando Cacciola | |
---|---|---|---|
Milestone: | Boost 1.68.0 | Component: | optional |
Version: | Boost 1.67.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The boost::none_t
explicit constructor is not constexpr
making it a non literal type. std::nullopt_t
's constructor is constexpr making it a non-aggregate literal type as dictated by the standard.
Change History (4)
comment:1 by , 5 years ago
Milestone: | To Be Determined → Boost 1.65.0 |
---|
comment:2 by , 5 years ago
Milestone: | Boost 1.65.0 → Boost 1.66.0 |
---|---|
Version: | Boost 1.64.0 → Boost 1.65.0 |
comment:3 by , 4 years ago
Milestone: | Boost 1.66.0 → Boost 1.68.0 |
---|
comment:4 by , 4 years ago
Version: | Boost 1.65.0 → Boost 1.67.0 |
---|
Note:
See TracTickets
for help on using tickets.