$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Noel Yap (yap_noel_at_[hidden])
Date: 2002-05-06 19:57:14
I found the following in operators.hpp:
template <class T, class P, class B =
::boost::detail::empty_base>
struct input_iteratable
: equality_comparable1<T
, incrementable<T
, dereferenceable<T, P, B
> > > {};
It looks like it really should be:
template <class T, class P, class B =
::boost::detail::empty_base>
struct input_iteratable
: equality_comparable1<T>
, incrementable<T>
, dereferenceable<T, P, B
> {};
Can someone confirm this, please?
Thanks,
Noel
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com