mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Remove two useless comments
This commit is contained in:
@@ -2113,9 +2113,7 @@ template< typename Block, typename AllocatorOrContainer >
|
|||||||
BOOST_DYNAMIC_BITSET_CONSTEXPR20 void
|
BOOST_DYNAMIC_BITSET_CONSTEXPR20 void
|
||||||
dynamic_bitset< Block, AllocatorOrContainer >::init_from_unsigned_long(
|
dynamic_bitset< Block, AllocatorOrContainer >::init_from_unsigned_long(
|
||||||
size_type num_bits,
|
size_type num_bits,
|
||||||
unsigned long value /*,
|
unsigned long value )
|
||||||
const allocator_type & alloc*/
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
BOOST_ASSERT( m_bits.size() == 0 );
|
BOOST_ASSERT( m_bits.size() == 0 );
|
||||||
|
|
||||||
|
|||||||
@@ -895,7 +895,6 @@ struct bitset_test
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// to_string()
|
|
||||||
static void
|
static void
|
||||||
to_string( const Bitset & b )
|
to_string( const Bitset & b )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user