mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 21:02:13 +00:00
This fixes the function for long double on some compilers. For all FP types non-std fabs() was called. This function is defined only for double. On compilers supporting long double type more precise than double (GCC, Clang, etc.) this resulted in truncation of the result.