yulinhuyang

Results 16 issues of yulinhuyang

for(std::size_t i = ring.size() - 1; i--; ) { pseudo_vertices.emplace(pseudo_vertice_key(i, i, 0.0), ring[i]); boost::geometry::model::segment line_1(ring[i], ring[i + 1]);

![image](https://user-images.githubusercontent.com/13074332/84455515-1c66f900-ac90-11ea-9813-75e43c42613f.png)

modify like this is ok : if ((boost::geometry::comparable_distance(ring[i], ring.back()) - 0.0 < 1e-22)) {

when i use the hpp in boost 1.72,it compling failed. can you give me a suggestion about it. thank you very much