Re: [Boost-bugs] [Boost C++ Libraries] #12897: [Utility] string_view's comparison operators are not marked "constexpr"

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12897: [Utility] string_view's comparison operators are not marked "constexpr"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-03-13 13:21:41


#12897: [Utility] string_view's comparison operators are not marked "constexpr"
-------------------------------+-----------------------------------
  Reporter: vicluo96@… | Owner: marshall
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: utility
   Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords: string_view,constexpr
-------------------------------+-----------------------------------
Changes (by andysem):

 * owner: no-maintainer => marshall

Comment:

 As I mentioned on the mailing list, unless we can select an optimized
 runtime versions of the algorithms provided by `char_traits` based on
 `constexpr`-ness of their arguments (or better yet until `char_traits`
 does that), `constexpr` versions of `string_view` operations or
 constructors are not feasible. I don't think sacrificing runtime
 performance is an acceptable solution.

 Assigning the ticket to Marshall Clow.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12897#comment:1>
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-03-13 13:25:43 UTC