Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-11-03 17:05:26


On Sunday 02 November 2003 02:54 pm, Douglas Gregor wrote:
> I've checked this little patch into boost/iterator/iterator_facade.hpp, to
> get around an MSVC 6 bug that is killing _all_ of the Signals tests:
>
> @@ -372,7 +372,7 @@
> , class Value
> , class AccessCategory
> , class TraversalCategory
> - , class Reference = BOOST_DEDUCED_TYPENAME
> detail::const_qualified_ref<Value, AccessCategory>::type
> + , class Reference = BOOST_DEDUCED_TYPENAME
>
> ::boost::detail::const_qualified_ref<Value, AccessCategory>::type
>
> , class Difference = std::ptrdiff_t
>
> class iterator_facade
>
> Let's hope for a better run tomorrow.

Heh. It fixed MSVC 6.0, but broke Borland, so I've reverted it and put a
workaround into Signals' slot_call_iterator.

        Doug


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