$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-07 17:31:51
----- Original Message -----
From: "Jeremy Siek" <jsiek_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, November 07, 2000 5:23 PM
Subject: Re: [boost] BOOST_NO_ITERATOR_ADAPTORS
>
> The original intention was to make it local, but then
> the need arised for it in other places.
I did a grep for other references but didn't find any. So I made it properly
local in my local copy. Things are working out OK so far...
> However, perhaps it can go away...
That would be nice.
> I'm going to check in the workaround in integer_range.hpp,
> however, I can't test with VC++ here (at super computing conference).
> Could you make sure libs/utility/iterator_adaptor_test.cpp
> compiles ok with VC++?
I can try.
-Dave