cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
ISO C++14 is now standard.
ISO C++14 is now standard.
Jan 15, 2015 at 6:55pm UTC
Cheraphy
(1730)
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.
Jan 15, 2015 at 8:45pm UTC
ResidentBiscuit
(4459)
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.
Jan 16, 2015 at 1:31am UTC
MiiNiPaa
(8886)
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.
Jan 16, 2015 at 11:47am UTC
Cubbi
(4774)
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.
Jan 16, 2015 at 5:21pm UTC
LB
(13399)
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.