Boost logo

Geometry :

From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2021-01-20 22:46:34


On Tue, 5 Jan 2021 at 10:08, Johan Doré via Geometry <
geometry_at_[hidden]> wrote:

> Dear All,
>
>
>
> We were just compiling Boost Geometry Extension using VS 2017 64 bit and
> Warning Level 4.
>
> Doing that showed a few warnings regarding size_t to int conversions which
> you might want to change.
>
>
>
> It is in the file:
>
> ..\boost\geometry\extensions\algorithms\detail\overlay\dissolver.hpp
>
> Line 436:
>
> int n = boost::size(output_collection);
>
> and Line 580
>
> int size = 0, previous_size = 0;
>
>
>
> We assume that both should be size_t.
>

https://github.com/boostorg/geometry/pull/798

Thanks a lot for all your hard work
>

I'd suggest to consider contributing a simple
pull request via GitHub next time.

Best regards,

-- 
Mateusz Loskot, http://mateusz.loskot.net


Geometry list run by mateusz at loskot.net