mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 11:32:15 +00:00
6eb80018c645e544d0e84b2d008a32dbdce91f9a
Don't dereference iterators passed by the user in the expression where a dereferenced value is passed into the translator/indexable-getter. Without this fix if an iterator returns non-true reference (e.g. like segment_iterator) and this reference is adapted to the Geometry concept (like pointing_segment returned by segment_iterator) and the default indexable<> getter is used (which returns a true reference), then a true reference returned by it is a dangling reference corresponding to a destroyed temporary object.
Boost.Geometry, part of collection of the Boost C++ Libraries, defines concepts, primitives and algorithms for solving geometry problems.
Directories
- doc - QuickBook documentation sources
- examples - Boost.Geometry examples
- extensions - examples and tests for the extensions - develop branch
- include - the sourcecode of Boost.Geometry
- index - examples and tests for the Spatial Index
- test - Boost.Geometry unit tests
More information
Description
Languages
C++
99.7%
CMake
0.3%
