mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 21:02:13 +00:00
This allows the algorithms using sections to check spatial predicates using raw operators < (e.g. in Box/Box disjoint). There is no need to use less performant calls to math::smaller. Replace math::smaller usage in section functions preceeding() and exceeding() and therefore revert the change done recently.