
25 Sep
2004
25 Sep
'04
2:02 p.m.
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