Alastair Holmes

Results 5 issues of Alastair Holmes

Minimal Code to produce related warning (boost 1.70.0 MSVC 2017 15.8.0 /std:c++latest /W4): ``` boost::geometry::model::polygon< boost::geometry::model::point > test; boost::geometry::remove_spikes(test); ``` If the `std::int64_t` in the above is changed to `int`...

warning
good-first-issue

I am using boost 1.70.0 and MSVC 2017 15.8 C++17. In the code below the result of the sym_difference is `MULTIPOLYGON(((0 0,100 -2147483648,0 -2147483648,0 0)))` when is should be `MULTIPOLYGON(((0...

**Describe the bug** For the `Clone` trait (I haven't tried other traits), `derivative` will impl `Clone` on a type even if one of its members doesn't and instead just has...

bug

### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...

I2-bug
I10-unconfirmed

When using `VK_FORMAT_A2R10G10B10_UNORM_PACK32` as the swapchain image format if the window the swapchain is associated with is put into borderless fullscreen (MacOS's default fullscreen mode) the swapchain images are displayed...