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

[RFC] Move to C++20 #730

Open
bernhardmgruber opened this issue Apr 6, 2023 · 0 comments
Open

[RFC] Move to C++20 #730

bernhardmgruber opened this issue Apr 6, 2023 · 0 comments

Comments

@bernhardmgruber
Copy link
Member

I strongly consider switching LLAMA to C++20 in the next months. There are currently no downstream users of LLAMA that depend on C++17. If you read this and you are one, or have serious concerns, please add a comment here!

The move is mainly motivated by me starting to write my PhD thesis on LLAMA in a few months. And when I sit down and take 6 months to write about LLAMA, I would like to do the best job possible. And with C++20, LLAMA is probably easier to understand and explain, because I could really write down what e.g. a "record reference" or a "proxy reference" or a "blob" is in actual syntax and not just words. Also, it seems like I can do all my benchmarks needed for my PhD with C++20.

@bernhardmgruber bernhardmgruber changed the title Move to C++20 [RFC] Move to C++20 Apr 6, 2023
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