$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-12-07 20:35:31
On Sunday 07 December 2003 08:24 pm, Beman Dawes wrote:
> >Multi-array: Totally broken on Borland; I think we can work around this,
> >though.
>
> Are you and/or Ron going to look into workarounds?
Ron? If you can't do this, I'll take a swing at it. I think it's just Borland
not seeing a BOOST_STATIC_CONSTANT defined within the same class; inheritance
may work here.
> >numeric/ublas: Failures on CodeWarrior 8.3; I _think_ that the line it's
> >pointing out is missing a "typename" (there are other occurrences of the
> >same construct).
>
> Where? It already has a "typename" where I would have thought one is
> needed:
>
> indexing_vector_assign (functor_type::template make_debug_functor<typename
> vector<value_type>::reference, value_type> (), cv, e);
Oh, I thought it was a declaration :).
Doug