Boost logo

Boost :

From: Philippe A. Bouchard (philippeb_at_[hidden])
Date: 2002-08-23 21:20:46


"Sylvain Pion" <pion_at_[hidden]> wrote:
> On Fri, Aug 23, 2002 at 07:56:20PM -0400, Philippe A. Bouchard wrote:
> > ptr_base<T, complex_hierarchy> was cleaned up with interval<> and with a
> > separate hierarchy_traits.hpp file:
> > http://groups.yahoo.com/group/boost/files/ptr/
>
> Note that the name boost::interval<> is already taken by the
> soon-to-be-reviewed Interval arithmetic library (currently on
boost-sandbox).

interval<> is already renamed by segment<> as we speak.

One other thing: maybe I could replace ptr_base<T, complex_hierarchy>::s_id
usages with type_info * (if type_info addresses are close together)... this
would simplify even more:
s_offset[& typeid(U)] = ...

type_info * should legaly convert to a size_type.

Philippe A. Bouchard


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