15 Jan
2018
15 Jan
'18
9:37 p.m.
On Mon, Jan 15, 2018 at 7:19 PM, Niall Douglas via Boost < boost@lists.boost.org> wrote:
Incidentally, have you measured the inclusion time of
? It's approximately three times faster than <string>.
'std::string_view' depends on 'std::char_traits' which is defined in <string> So in order to use 'std::string_view' member functions, isn't it necessary to include <string> ? roberto