[Boost-bugs] [Boost C++ Libraries] #12967: boost::none_t should be a literal type like std::nullopt_t

Subject: [Boost-bugs] [Boost C++ Libraries] #12967: boost::none_t should be a literal type like std::nullopt_t
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-04-13 12:32:50


#12967: boost::none_t should be a literal type like std::nullopt_t
---------------------------------------+-----------------------
 Reporter: Matt Rice <citrusmoose@…> | Owner: fcacciola
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: optional
  Version: Boost 1.64.0 | Severity: Problem
 Keywords: |
---------------------------------------+-----------------------
 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12967>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-04-13 12:36:34 UTC