From Jason Turner
Watch on YouTube

Summary

In this episode, Jason Turner continues his series on C++ modernization by migrating code from C++11 to C++14. He demonstrates key C++14 improvements including relaxed constexpr restrictions, auto return type deduction, and trailing return types. The episode also covers integrating the Catch2 testing framework, which requires C++14 support, and shows how to make better use of compile-time programming with constexpr functions that are now less restrictive in C++14.

Resources

Tags