Re: [Boost-bugs] [Boost C++ Libraries] #12980: compile time character array

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12980: compile time character array
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-04-23 18:07:09


#12980: compile time character array
-------------------------------+--------------------------
  Reporter: gast128@… | Owner: marshall
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: utility
   Version: Boost 1.63.0 | Severity: Optimization
Resolution: | Keywords:
-------------------------------+--------------------------

Comment (by gast128@…):

 Or

 {{{#!cpp
 #define BOOST_DEFINE_STRINGA_VIEW(str) \
     string_view((str), _countof((str)) - 1)
 }}}

 Drawbacks that it is not much of an improvement and that Stroustrup
 doesn't like macro's.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12980#comment:3>
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-23 18:11:39 UTC