$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Data / String Ref library
From: Olaf van der Spek (olafvdspek_at_[hidden])
Date: 2011-03-29 12:47:02
On Tue, Mar 29, 2011 at 5:40 PM, Yakov Galka <ybungalobill_at_[hidden]> 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