This warning is one of the less helpful of -Weffc++ (Added in #70), but since we set -Werror we should ideally find a way to avoid it:
include/mapbox/geometry/wagyu/bound.hpp:20:8: error: ‘struct mapbox::geometry::wagyu::bound<long int>’ has pointer data members [-Werror=effc++]
struct bound {
^
include/mapbox/geometry/wagyu/bound.hpp:20:8: error: but does not override ‘mapbox::geometry::wagyu::bound<long int>(const mapbox::geometry::wagyu::bound<long int>&)’ [-Werror=effc++]
include/mapbox/geometry/wagyu/bound.hpp:20:8: error: or ‘operator=(const mapbox::geometry::wagyu::bound<long int>&)’ [-Werror=effc++]
cc1plus: all warnings being treated as errors
This warning is one of the less helpful of -Weffc++ (Added in #70), but since we set -Werror we should ideally find a way to avoid it: