Boost logo

Boost :

From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2004-07-31 04:26:12


Rene Rivera wrote:

> It took some digging but I figured out what the problem with the
> failure on this test is for CW8. Basically CW8 is doing a copy
> construction on the use of static_cast for a reference when the type
> of the reference is itself a template typename. In all other cases it
> does the cast correctly. The work-around is to do the cast on the
> pointer type and dereference instead of the cast on the reference
> directly:

Yup. See also:
http://article.gmane.org/gmane.comp.lib.boost.devel/95575
http://article.gmane.org/gmane.comp.lib.boost.devel/95579

-- 
Giovanni Bajo

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