Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 252287 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- boost_1_37_0-orig/boost/dynamic_bitset/dynamic_bitset.hpp
0
++ boost_1_37_0/boost/dynamic_bitset/dynamic_bitset.hpp
Lines 1017-1024 dynamic_bitset<Block, Allocator>::count( Link Here
1017
                          ? access_by_bytes
1017
                          ? access_by_bytes
1018
                          : access_by_blocks;
1018
                          : access_by_blocks;
1019
1019
1020
    if (mode)
1021
       return do_count(m_bits.begin(), num_blocks(), Block(0),
1022
                                          static_cast<value_to_type<true> *>(0));
1020
    return do_count(m_bits.begin(), num_blocks(), Block(0),
1023
    return do_count(m_bits.begin(), num_blocks(), Block(0),
1021
                                       static_cast<value_to_type<mode> *>(0));
1024
                                       static_cast<value_to_type<false> *>(0));
1022
}
1025
}
1023
1026
1024
1027

Return to bug 252287