C++14 conformance improvements: constexpr and aggregate initialization
Two important features in C++11 received small upgrades in C++14 that had far-reaching effects. You can see from the CppReference site that while both of these changes were small changes to the standard (search for the "C++14" annotation on those pages) they had broad impact on the compiler’s implementation and on what code developers can...