mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-24 23:26:59 +08:00

Replace usage of `std::numeric_limits<...>::min/max_exponent` in codebase. Also replaced some other `numeric_limits` usages in affected tests with the `NumTraits` equivalent. Fixes #2148