HighFive
HighFive copied to clipboard
Improve error for `boost::numeric::ublas::matrix<std::string>`.
Something is preventing boost::numeric::ublas::matrix<std::string>
from compiling. The tasks are:
- Figure out why, since it's annoying during CI.
- Try to use
static_assert
to improve the error message.