mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 08:52:10 +00:00
4c944a60bb4a7579d4f55fe2fea3117b97bee439
Don't define assignment operator taking std::initializer_list on MSVC. On this compiler, when an initializer_list is assigned, first an object is created using ctor taking initializer_list and then it's moved.
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%
