maplibre / maplibre-native

MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
https://maplibre.org
BSD 2-Clause "Simplified" License
898 stars 274 forks source link

Replace the special weak pointers #2474

Open sjg-wdw opened 1 month ago

sjg-wdw commented 1 month ago

There's a custom implementation of weak pointers in the toolkit which requires all sorts of weirdness to work right. They may be causing problems in very obscure cases.

Let's get rid of those proactively.