$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost][Range] Immutable range
From: Albert Yiamakis (vkicefire_at_[hidden])
Date: 2014-03-22 06:20:53
Hello,
As far as I can tell from the documentation, it is not possible to
create a range with const iterators only. Is this correct? Would it not
make sense to have such a range that can be used with non-mutating
algorithms only?
Albert