mirror of
https://github.com/boostorg/ublas.git
synced 2026-01-24 18:32:37 +00:00
Decoupled each `constexpr if` conditions into function using requires clause, which cleaned-up the compare function. Also, added the check for static extents that removes the runtime check.