$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] simple range adapter
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2009-10-05 09:03:11
I'd be surprised if others haven't needed this. While range comes with an
adapter for plain old C array, it doesn't come with an adapter from that
other (probably more common!) kind of plain old C array: a pointer and
length. This seems useful. Maybe add to examples?