C++14 Features
In this post we discuss some of the key features added in C++14. In particular, we look at the following enhancements: Language features: Automatic return type deduction Generic lambdas Extended constexpr functionality Standard library features: std::make_unique Additional user-defined literals Language features Automatic return type deduction It is now possible for the compiler to deduce the … Read more