Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-04-11 09:14:08


"Andreas Huber" <ah2003_at_[hidden]> wrote

> While trying to port my fsm proposal to BCC5.6.4, I encountered the
> following compiler error:
[snip]

It looks BCB doesn't like when the typedef name is the same as
typedef member. This change made the error disappear:

    typedef MostDerived inner_context_type2; <<--- added 2 suffix
    typedef boost::intrusive_ptr< inner_context_type2 >
inner_context_ptr_type;

More bugs follow and I will look on them now (I didn't last week
because my machine needed reinstall).

/Pavel


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