Leon Freist

Results 2 comments of Leon Freist

Hi and thank you for the report! Yes, OSX has poor support for the moment because I currently have no device running it. The reason why the issue is back...

concepts are part of C++20 and your compiler may not support it yet. I suggest three solutions: 1. use `-std=c++20` compiler flag to enable c++20 features (e.g. for gcc v.9.4)...