
19 Nov
2013
19 Nov
'13
2:57 p.m.
On 11/19/2013 02:30 PM, Antony Polukhin wrote:
Or were you talking about some other "range concept" support?
Yes, I was talking about Boost.Range concepts, which are used in Boost.StringAlgo. Here you pass a reference to an object whose beginning and ending can be obtained by boost::begin()/end(). This way the string algorithms work directly with string_ref. If I understood lexical_cast correctly, it uses ranges internally but do not expose them in the API.