-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use C++20 features (was: Evaluate std::string_view) #27
Comments
load could also return std::jthread. C++20 (
|
Use https://en.cppreference.com/w/cpp/numeric/constants instead of M_PI |
Done. Using std::string_view in interfaces doesn't work on SteamOS yet, as libc++ only shipped std::format with version 17 and Debian 12 (what the Steam Runtime uses) only comes with libc++ 16 :( |
Probably has to wait until C++20: https://stackoverflow.com/a/53530846/647898
The text was updated successfully, but these errors were encountered: