Hey there,
thanks for this nice lib.
I am trying to compile it on macOS with its shipped clang. Unfortunately, this is not working, since some c++20 features are missing within clang and libc++: std::ranges::for_each, std::ranges::copy_if, std::stop_token.
https://en.cppreference.com/w/cpp/compiler_support/20#C.2B.2B14_library_features
My question is, will you consider compatibility with macOS and clang?
If yes, are there any plans on this in the near future?
Or would you accept PRs fixing macOS/clang compilation?
Thanks a lot!
Hey there,
thanks for this nice lib.
I am trying to compile it on macOS with its shipped clang. Unfortunately, this is not working, since some c++20 features are missing within clang and libc++:
std::ranges::for_each,std::ranges::copy_if,std::stop_token.https://en.cppreference.com/w/cpp/compiler_support/20#C.2B.2B14_library_features
My question is, will you consider compatibility with macOS and clang?
If yes, are there any plans on this in the near future?
Or would you accept PRs fixing macOS/clang compilation?
Thanks a lot!