mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-31 18:43:59 +08:00

std::numeric_limits<T>::min() is the lowest *positive* normalized number for floating point types. This fixes the test failure for geo_alignedbox8 for me.