Boost logo

Boost Users :

From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-03-28 16:54:06


On Fri, Mar 28, 2008 at 3:49 PM, Steven Watanabe <watanabesj_at_[hidden]>
wrote:

> AMDG
>
> Robert Dailey wrote:
> > Thanks, this is a great idea. However, while you're doing the insert()
> > I noticed you're using statc_cast<>(). I'm actually surprised this
> > compiles.
> the static_cast calls the templated shared_ptr constructor.
> > This is basically like casting something to an unrelated type, so I'm
> > not sure how the compiler is allowing this behavior. This also seems
> > very inconsistent in that you're using boost::static_pointer_cast()
> > for going from basically a void* to a signal object.
>
> Fine. Consistency wouldn't hurt.

Sorry if it seemed like I was picking on you. I actually meant to ask why
you chose one or the other. Thanks for the info.



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net