mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 20:42:10 +00:00
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.