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 platform-dependent thread-local storage with `thread_local` #2519

Open louwers opened 2 weeks ago

louwers commented 2 weeks ago

I think we can remove ThreadLocal and ThreadLocalBase which implement platform-specific thread-local storage with thread_local available since C++11.