$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-11-21 05:31:16
abir basak wrote:
> Thorsten Ottosen wrote:
> I will be glad if someone can show a way to know where a template
> parameter is const, as that will help me in many other part of the codes
> also (I am little fond of const-ness and use it as much as possible).
I checked with the release candidate, and it differs from the cvs head
for sub_range.hpp. If you try the release candidate it should work.
The difference is that the release candidate uses iterator_reference
instead of value_type&.
cheers
-Thorsten