mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-31 20:22:09 +00:00
- Use correct indexes of first n children with smallest content. This fixes the case of choosing by nearly minimum overlap cost. - Replace tuple with struct with meaningful members to increase readability. - Create container for contents with ctor instead of resize(). This is also a workaround for the msvc-10..12 container::vector issue (https://github.com/boostorg/container/issues/112).