A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N3849Date: 2014-01-20
string_view: a non-owning reference to a string, revision 6
by Jeffrey Yasskin
Excerpt:
References to strings are very common in C++ programs, but often the callee doesn't care about the exact type of the object that owns the data.
Add a Comment
Comments are closed.