diff --git a/doc/test_cases.html b/doc/test_cases.html index 63198d7..c94b13a 100644 --- a/doc/test_cases.html +++ b/doc/test_cases.html @@ -99,6 +99,14 @@ Tests out operator=() on the various B.M array types. + +libs/multi_array/test/assign_to_array.cpp + +Ensure that a multi_array can be constructed from any other +array type. + + + libs/multi_array/test/index_bases.cpp @@ -142,6 +150,13 @@ Test interaction between array types and STL containers. + +libs/multi_array/test/resize.cpp + +Test the multi_array class' resizing functionality. + + + libs/multi_array/test/concept_checks.cpp