mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
use flatten_iterator to get all rings of a multipolygon as a single range; separate initializer from num_rings computation; use operator new/operator delete for dynamic memory allocation of views' container; use automatic deallocator helper class instead of try/catch block;