Posts

TimelineCpp20

Solving the Static Initialization Order Fiasco with C++20

/
According to the FAQ of isocpp.org is the static initialization order fiasco "a subtle way to crash…
TimelineCpp20

Two new Keywords in C++20: consteval and constinit

/
With C++20, we get two new keywords: consteval and constinit. consteval produces a function executed…