id summary reporter owner description type status milestone component version severity resolution keywords cc 11971 polygon_set_data has problems near INT_MAX lopresti@… Lucanus Simonson "When I try to use boost::polygon::operators::operator& to AND a polygon set with a very large rectangle (i.e. something close to (INT_MIN,INT_MIN,INT_MAX,INT_MAX)) -- which should be the identity operation -- the internal data structure appears to get corrupted. I am attaching a simple test case to illustrate the problem. Note that using an upper bound of INT_MAX-100 still fails, but INT_MAX/2 works as expected. I do not see any mention of limitations on the range of integer coordinates in the documentation. Should there be one?" Bugs new To Be Determined polygon Boost 1.61.0 Problem