Always more powerful.
How we used C++20 to eliminate an entire class of runtime bugs
by Cameron DaCamara
From the article:
C++20 is here and has been supported in MSVC since 16.11, but today’s post is not about how you can use it, but rather how we used it to effectively eliminate an entire class of runtime bugs by hoisting a check into compile-time. Let’s get right into it!
Add a Comment
Comments are closed.