2013 C++ __link__
While the industry was busy adopting C++11, the ISO C++ Standards Committee (WG21) was hard at work on the next iteration. In 2013, the committee meetings focused on finalizing features for the C++14 standard.
#include <iostream> #include <vector> #include <algorithm> 2013 c++