Subject: [Boost-bugs] [Boost C++ Libraries] #9044: Enable constexpr for applicable operators.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-25 10:25:39
#9044: Enable constexpr for applicable operators.
------------------------------+-------------------------
Reporter: dlwalker | Owner: daniel_frey
Type: Bugs | Status: new
Milestone: To Be Determined | Component: operators
Version: Boost 1.54.0 | Severity: Problem
Keywords: constexpr |
------------------------------+-------------------------
Some operators, like the ones for comparison & equality, generally don't
require mutating operations for their work. That means those functions
can be `constexpr` if they use a literal operand type and the base
operators are themselves `constexpr`.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9044> 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-02-16 18:50:13 UTC