mirror of
https://github.com/boostorg/container.git
synced 2026-01-26 17:22:46 +01:00
Document block_size option in deque_options.
This commit is contained in:
@@ -193,10 +193,10 @@ int main()
|
||||
if(!test_swap())
|
||||
return 1;
|
||||
|
||||
if(test::vector_test< small_vector<int, 0> >())
|
||||
if (test::vector_test< small_vector<int, 0> >())
|
||||
return 1;
|
||||
|
||||
if(test::vector_test< small_vector<int, 2000> >())
|
||||
if (test::vector_test< small_vector<int, 2000> >())
|
||||
return 1;
|
||||
|
||||
if (test_cont_variants< new_allocator<void> >())
|
||||
|
||||
Reference in New Issue
Block a user