
29 Mar
2011
29 Mar
'11
4:47 p.m.
On Tue, Mar 29, 2011 at 5:40 PM, Yakov Galka <ybungalobill@gmail.com> wrote:
You already can use boost::iterator_range<const char*>.
It doesn't provide the interface const std::string& provides and it doesn't solve the case for const void* (I think). -- Olaf