C++ Insights Episode 60: C++20 NTTP Gets a Boost: Floating point numbers as Template Parameters
I published a new C++ insights episode: C++20 NTTP Gets a Boost: Floating point numbers as Template Parameters.
In this episode, you learn about the addition of NTTPs in C++20, where you can now use floating point numbers as template parameters.
Source code: https://cppinsights.io/s/53a14bb9 and https://compiler-explorer.com/z/3vKnjY9cM
Andreas