Skip to content

Commit 9aa30c2

Browse files
committed
Update the description of bit_appender
Reason: dynamic_bitset does have an append_at_right(), now; it's called push_front().
1 parent c3187f0 commit 9aa30c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

include/boost/dynamic_bitset/dynamic_bitset.hpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,11 +1401,7 @@ class dynamic_bitset
14011401
//
14021402
// Makes up for the lack of an efficient append at the least
14031403
// significant end: bits are actually appended "at left" but
1404-
// rearranged in the destructor. From the perspective of client
1405-
// code, everything works *as if* dynamic_bitset had an
1406-
// append_at_right() function (possibly throwing the same
1407-
// exceptions as push_back()) except that the function is in
1408-
// fact called bit_appender::do_append().
1404+
// rearranged in the destructor.
14091405
//
14101406
dynamic_bitset & bs;
14111407
size_type n;

0 commit comments

Comments
 (0)