Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-25 09:02:33


JOAQUIN LOPEZ MU?Z wrote:

> Vladimir, I don't have my compiler handy right
> now, but I think this is due to an overlook when
> doing the adaptation to the new MPL. In particular,
> the line 50 in boost/multi_index/detail/node_type.hpp:
>
> typedef typename IndexSpecifierIterator::type index_specifier;
>
> should be changed to
>
> typedef typename mpl::deref<IndexSpecifierIterator>::type
> index_specifier;
>
> (also, the corresponginf #include <boost/mp/defer.hpp>
> must be inserted)
> Could you please try this locally and report the results?
> If the problem is solved, I'll commit something along this
> line next Monday.

Alas, I still get errors.

- Volodya


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