Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-05-05 22:35:54


Yes indeed. Toon, I think this one's yours to patch.

-Dave
----- Original Message -----
From: "Bertolt Mildner" <Bertolt.Mildner_at_[hidden]>
Newsgroups: gmane.comp.lib.boost.devel
To: <boost_at_[hidden]>
Sent: Sunday, May 05, 2002 9:45 PM
Subject: [boost] missing typename in iterator_adaptors.hpp

> i think typename is missing twice in iterator_adaptors.hpp
>
> diff -r1.61 iterator_adaptors.hpp
> 628c628
> < enum { value = is_convertible< add_reference< Value >::type,
add_reference< named_template_param_base >::type >::value };
> ---
> > enum { value = is_convertible< typename add_reference< Value
>::type, typename add_reference< named_template_param_base >::type
>::value };
>
>
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk