mapbox / geometry.hpp

C++ geometry types
ISC License
92 stars 37 forks source link

Add support for feature state #63

Closed jmalanen closed 4 years ago

jmalanen commented 4 years ago

Maybe add a test with the new ctor just to make sure the == operator behavior will not break. It looks correct to me, but good to be future proof.

Added a test for the == operator.