ISO C++14 is now standard.

http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=64029

Trying to find detailed documentation of what's new, but can't seem to locate it.
It's not as dramatic as a release as C++11. Read http://goo.gl/oQ2Cpm for a general outline of the changes and additions.
I still cannot wrap my head that they did not notice that they missed make_unique in C++11 and had to wait till C++14 to add it.
As far as I recall, some people were of the opinion that, unlike make_shared, any programmer can write make_unique for himself with the same efficiency as what the library version would provide.
Oh, I thought C++14 became standard a lot earlier...maybe that was just the final version of the standard before it was actually approved?
Topic archived. No new replies allowed.