Ticket #5488: boost-1_46_1-hashed_index.patch

File boost-1_46_1-hashed_index.patch, 430 bytes (added by Rowan James <rowanj@…>, 12 years ago)

patch (fix)

  • hashed_index.hpp

    old new  
    605605    hash(tuples::get<2>(args_list.get_head())),
    606606    eq(tuples::get<3>(args_list.get_head())),
    607607    buckets(al,header()->impl(),tuples::get<0>(args_list.get_head())),
    608     mlf(1.0),
     608    mlf(1.0f),
    609609    first_bucket(buckets.size())
    610610  {
    611611    calculate_max_load();