Add a missing comment

This commit is contained in:
Gennaro Prota
2025-09-12 11:41:26 +02:00
parent 8f07dd356a
commit 4ca26518ec

View File

@@ -583,6 +583,8 @@ run_test_cases()
bit_vec[ i ] = long_string[ n - 1 - i ] == '0' ? 0 : 1;
Tests::at( b, bit_vec );
}
//=====================================================================
// Test max_size
#if ! defined( BOOST_NO_CXX11_ALLOCATOR )
{
typedef boost::dynamic_bitset< Block, minimal_allocator< Block > > Bitset;