mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-03 09:12:13 +00:00
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.
5.7 KiB
5.7 KiB