Boost logo

Boost :

From: Steven Watanabe (steven_at_[hidden])
Date: 2007-12-20 16:12:30


AMDG

Daniel James <daniel_james <at> fmail.co.uk> writes:

> I'll look into this soon (I don't have access to windows at home right now).
>

I think that it should work correctly if you replace line 68
f > static_cast<float>((std::numeric_limits<std::size_t>::max)()
with
f >= static_cast<float>((std::numeric_limits<std::size_t>::max)()

> > line 1282:
> > return float_to_size_t(ceil(
> > should qualify ceil with std::
> >
> > line 1361:
> > rehash_impl(static_cast<size_type>(floor(n / mlf_ * 1.25)) + 1);
> > *std::*floor?
>
> Both of these are preceded by 'use namespace std'.

I don't see a using namespace std on those two lines...

In Christ,
Steven Watanabe


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