Closed furutaka closed 2 years ago
Instead of your proposed change, I ended up replacing FLT_EPSILON
with std::numeric_limits<float>::epsilon()
in commit e42f92f to avoid including an extra header.
Thank you very much for reporting pointing this issue.
The modification is in need to compile on my Linux boxes (Fedora 35, x86_64).