google / s2geometry

Computational geometry and spatial indexing on the sphere
http://s2geometry.io/
Apache License 2.0
2.32k stars 308 forks source link

Fix usage of deprecated APIs. #219

Closed nlewycky closed 2 years ago

nlewycky commented 2 years ago

These were spotted with -Wdeprecated-declarations in a clang build.

No functionality change.