File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
include/boost/dynamic_bitset Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ exclude-symbols:
1515 - ' boost::detail'
1616 - ' boost::detail::**'
1717 - ' boost::to_string_helper'
18+ - ' boost::dynamic_bitset::bit_appender'
1819 - ' std'
1920 - ' std::**'
2021 # Why does MrDocs pick up ::size_t?
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class dynamic_bitset
9191 // ! values, excluding any padding bits. Numerically equal to
9292 // ! `std::numeric_limits< Block >::digits`.
9393 // -----------------------------------------------------------------------
94- BOOST_STATIC_CONSTANT ( int , bits_per_block = ( std::numeric_limits< Block >::digits ) );
94+ BOOST_STATIC_CONSTANT ( int , bits_per_block = std::numeric_limits< Block >::digits );
9595
9696 // ! The maximum value of `size_type`.
9797 // -----------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments