Closed happydpc closed 5 years ago
What if you set "= default" in the header ? Does it fix the compilation error ?
protected: Geometry(); Geometry( const Geometry& ) = default; const Geometry& operator=( const Geometry& ) = default;
No, still the same error.
Fixed in https://github.com/Oslandia/SFCGAL/commit/e28f6908a7410005d068179264747bcde1877286 This is your proposition, with a change of return type as well.
Thanks !
What if you set "= default" in the header ? Does it fix the compilation error ?