Skip to content
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

Open
jhasse opened this issue May 15, 2019 · 3 comments
Open

Use C++20 features (was: Evaluate std::string_view) #27

jhasse opened this issue May 15, 2019 · 3 comments

Comments

@jhasse
Copy link
Owner

jhasse commented May 15, 2019

Probably has to wait until C++20: https://stackoverflow.com/a/53530846/647898

@jhasse jhasse changed the title Evaluate std::string_view Use C++20 features (was: Evaluate std::string_view) May 18, 2020
@jhasse
Copy link
Owner Author

jhasse commented May 18, 2020

load could also return std::jthread.

C++20 (std::jthread in particular) compiler support:

@jhasse
Copy link
Owner Author

jhasse commented Aug 29, 2024

Use https://en.cppreference.com/w/cpp/numeric/constants instead of M_PI

@jhasse
Copy link
Owner Author

jhasse commented Oct 29, 2024

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant