20 Aug
2014
20 Aug
'14
10:34 p.m.
On 8/15/2014 12:10 AM, Jan Herrmann wrote:
On 14.08.2014 03:37, Richard wrote:
Now the question remains... is there something that already exists that provides a string_view from a vector of string_ref's?
Range with http://www.boost.org/doc/libs/1_56_0/libs/range/doc/html/range/reference/uti... could help.
As Richard discovered for himself, join doesn't help here. What Boost.Range needs is an adaptor that flattens a range of ranges into a range. This is essential functionality, and I describe some of the cool stuff than can be implemented with it here: http://ericniebler.com/2014/04/27/range-comprehensions/ Eric