You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to test more systematically, it would be nice to implement a class that generates multi-dimensional arrays, independent of whether they are std::vector<std::array or std::vector<std::vector or boost::..., etc.
An initial version is ContentGenerate, but it doesn't seem to for three-dimensional arrays; and it's not used in test_all_types.cpp. The idea would be to write a set of read/write checks that can be instantiated for a very wide variety of tests.
The text was updated successfully, but these errors were encountered:
In order to test more systematically, it would be nice to implement a class that generates multi-dimensional arrays, independent of whether they are
std::vector<std::array
orstd::vector<std::vector
orboost::...
, etc.An initial version is
ContentGenerate
, but it doesn't seem to for three-dimensional arrays; and it's not used intest_all_types.cpp
. The idea would be to write a set of read/write checks that can be instantiated for a very wide variety of tests.The text was updated successfully, but these errors were encountered: