Boost C++ Libraries: Ticket #12906: Add support for string_view https://svn.boost.org/trac10/ticket/12906 <p> Please, add native support for attributes of type <code>boost::string_view</code> (and possibly <code>std::string_view</code>) to Boost.Spirit.Qi. I think, the best way to do this is to add a new directive, <code>as_string_view</code> (and <code>as_wstring_view</code>) which could be used similarly to <code>as_string</code> (<code>as_wstring</code>) but produce a <code>boost::string_view</code> (<code>boost::wstring_view</code>) value instead of <code>std::string</code> (<code>std::wstring</code>). Obviously, the directive would only be usable if the character iterator type is a pointer, but that is likely the most typical case anyway. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12906 Trac 1.4.3 Andrey Semashev Fri, 10 Nov 2017 18:58:03 GMT <link>https://svn.boost.org/trac10/ticket/12906#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12906#comment:1</guid> <description> <p> Now that C++17 is finalized, support for <code>std::string_view</code> is also desired. </p> </description> <category>Ticket</category> </item> </channel> </rss>