Many new possibilities.
constexpr and consteval Functions in C++20
by Rainer Grimm
From the article:
With C++20, constexpr became way more powerful. Additionally, we have consteval functions in C++20 that are quite similar to constexpr functions...
Add a Comment
Comments are closed.