$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-08-13 02:17:41
"Neal Becker" <ndbecker2_at_[hidden]> wrote in message news:cfh94h$mju$1_at_sea.gmane.org...
| Neal Becker wrote:
|
| > Just updated from mainline cvs. Then even range.hpp by itself will not
| > compile:
| This patch seems to fix it:
Thanks for the patch! However, I think I will prefer something that works on all platforms; so I will just do
typedef BOOST_DEDUCED_TYPENAME value_type_of<ForwardRange>::type value_type;
typedef BOOST_DEDUCED_TYPENAME iterator_of<ForwardRange>::type iterator;
br
Thorsten