Logo

Blog


C++ Insights Episode 53: Mastering C++23: Leveraging if consteval for more constexpr functions

I published a new C++ insights episode: Mastering C++23: Leveraging if consteval for more constexpr functions.

In this episode, you learn about yet another constexpr piece, if consteval, from C++23. I continue where I left off last time and complete the constexpr Assert function.

Source code: https://compiler-explorer.com/z/7joqaoYG6

Andreas