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.
Related C++ Standard Sections
This episode covers topics found in these sections of the C++ standard:
-
[diff.cpp23]52% match