Boost logo

Boost :

From: david.abrahams_at_[hidden]
Date: 2001-07-20 08:12:38


--- In boost_at_y..., "Eric Ford" <eford_at_m...> wrote:
> Is anybody interested in variations on lower_bound, upper_bound, and
> equal_range that can use an initial guess iterator? If so, I'm
> willing to post it. It's in the SGI STL style, so it's hard to read
> (at least for me).

Hi,

I think I need this code, so thank you for posting it. On first
inspection I notice that it is full of identifiers reserved to the
implementation (double underscores, initial underscore + capital
letter). You need to remove these, not just for readability, but so
that you don't end up colliding with some standard library /system
name.

-Dave


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