Hello,

Is it possible, using the facilities in Boost.Range, to treat a range whose elements are themselves ranges,
as a range whose elements are the elements of the component ranges?

For example, I would like to treat a range of strings as a range of characters. A detokenizer in essence.

Thanks,
Nate.