
20 Dec
2007
20 Dec
'07
9:12 p.m.
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