range-v3
range-v3 copied to clipboard
thread local storage detection is incomplete for iOS
https://github.com/ericniebler/range-v3/blob/167d94b2f3de8a7d279a47da55b0cad536665a15/include/range/v3/detail/config.hpp#L484
I'm afraid this pieces of code is incomplete in order to detect thread local storage on IOS. You need to check for specific architectures and specific iOS versions as well.
CMake gets it wrong too by the way, you can find more details (and the proper value to check) here https://gitlab.kitware.com/cmake/cmake/-/merge_requests/4918