2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-24 18:32:37 +00:00
Files
Amit Singh 8178c6c524 refactor(comparision): decoupled if constexpr and cleaned-up compare.
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.
2022-02-10 17:45:03 +05:30
..