mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-29 07:32:17 +00:00
Do not store pointers to ranges in iterators and views. Implement copy ctors in iterators allowing to convert compatible iterators. In copy ctors use enable_if instead of static_assert.