boostorg / dynamic_bitset

Boost.org dynamic_bitset module
http://boost.org/libs/dynamic_bitset
Boost Software License 1.0
38 stars 59 forks source link

Hide internals (dispatch_init(), init_from_block_range(), m_append()) #69

Open jeking3 opened 2 years ago

jeking3 commented 2 years ago

Details: https://github.com/boostorg/dynamic_bitset/pull/67

There are a few methods that do not need to be public, perhaps, so according to @glenfe :