boostorg / polygon

Boost.org polygon module
http://boost.org/libs/polygon
57 stars 70 forks source link

Fix "possible loss of data" warnings on x64 build with MSVC #8

Closed posila closed 9 years ago

posila commented 9 years ago

When building with 64 bit target MSVC 13 throws a few warnings about converting size_t to int "warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data"

asydorchuk commented 9 years ago

Hi @posila, thank you for the pull request!