Boost logo

Boost :

Subject: Re: [boost] [Boost.Pool] TR1?
From: Dave Abrahams (dave_at_[hidden])
Date: 2011-04-13 14:22:28


At Wed, 13 Apr 2011 20:01:06 +0200,
Anders Dalvander wrote:
>
> On 2011-04-13 19:40, Dave Abrahams wrote:
> > On Wed, Apr 13, 2011 at 1:32 PM, Anders Dalvander<boost_at_[hidden]> wrote:
> >> Externally a contiguous memory block would be seen as a singleton and
> >> comparing it using std::less to any other contiguous memory block would
> >> result in either true or false.
> >
> > The issue is that if you test an address for being within a given
> > memory block, you can get false positives.
>
> But that's just the deal, we don't have to test, std::less does it for us.

If you test it with std::less you can get false positives.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

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