linshu77

Results 2 issues of linshu77

This is my code with the define BOOST_GEOMETRY_NO_ROBUSTNESS, It can be compiled by DEV-C + + 5.11,Boost version: 1.72. The answer should be 0, but it's 27. However, if I...

bug

It is compiled by MSVC2017, Boost version: 1.82. But the result of the function bg::intersection() was wrong. The poly12 obtained in the following code is incorrect. ``` void fun() {...

bug