We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3187f0 commit 9aa30c2Copy full SHA for 9aa30c2
include/boost/dynamic_bitset/dynamic_bitset.hpp
@@ -1401,11 +1401,7 @@ class dynamic_bitset
1401
//
1402
// Makes up for the lack of an efficient append at the least
1403
// 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().
+ // rearranged in the destructor.
1409
1410
dynamic_bitset & bs;
1411
size_type n;
0 commit comments