mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
ba0906369e6ea41f78aeac3f920c1b400f2be06f
Using of the iterator returned by erase() caused assertion failures (false positive) on MSVC with iterator debugging enabled. MSVC std::vector can't store non-movable objects if rvalue references are supported. MinGW std::vector can't store pointers.
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%
