HighFive icon indicating copy to clipboard operation
HighFive copied to clipboard

Improve error for `boost::numeric::ublas::matrix<std::string>`.

Open 1uc opened this issue 1 year ago • 0 comments

Something is preventing boost::numeric::ublas::matrix<std::string> from compiling. The tasks are:

  1. Figure out why, since it's annoying during CI.
  2. Try to use static_assert to improve the error message.

1uc avatar Nov 30 '23 11:11 1uc