Exploring Mutable Consteval State in C++26
Recently I wrote a post titled “Implementing Constexpr Parameters Using C++26 Reflection (Kind Of)”. The primary mechanic behind that post was using C++26’s std::meta::substitute in order to trigge...
Recently I wrote a post titled “Implementing Constexpr Parameters Using C++26 Reflection (Kind Of)”. The primary mechanic behind that post was using C++26’s std::meta::substitute in order to trigge...
This blogpost is refurbished from a Reddit post I made shortly before creating this blog. First off, here’s the compiler explorer link showing it off. The fundamental mechanic behind how it work...