C++17 in Breadth (part 1 of 2) - Alisdair Meredith [ CppCon 2016 ]

preview_player
Показать описание


This talk will cover every feature addition, removal, and change in the next version of the C++ standard, provisionally going by the name C++17. Covering both the language and the library, the coverage of any given feature must necessarily brief. The goal is to come away with an understanding of what each feature is, and why you might want to use it, with an overall impression of how the new language might fit together. It is not intended to be an detailed tutorial on any individual feature, but rather, a jumping off point for further sessions on the topics that seem most interesting.

Alisdair Meredith
Bloomberg LP
Alisdair Meredith is a software developer at BloombergLP in New York, and the C++ Standard Committee Library Working Group chair.

He has been an active member of the C++ committee for just over a decade, and by a lucky co-incidence his first meeting was the kick-off meeting for the project that would become C++11, and also fixed the contents of the original library TR.

He is currently working on the BDE project, BloombergLP's open source libraries that offer a foundation for C++ development, including a standard library implementation supporting the polymorphic allocator model proposed for standardization.



*-----*
*-----*
Рекомендации по теме
Комментарии
Автор

To me this is the most packed and valuable presentation of cppcon2016 so far. Waiting for Part 2.

laro
Автор

Great overview of the new standard: it is way bigger than I expected :)

vittorioromeo
Автор

ASIO coroutines are MUCH better than MS's coroutines. The ASIO ones are based on ACTUAL NEEDS for ACTUAL NETWORKING.

milesrout
Автор

RIP Random_Shuffle(). I wish they'd just specified a random number generator for it, since it was so useful.

ShakaUVM
Автор

As of today (10/15), the slides for Meredith's two presentation have not yet been posted to cppcon.org. If somebody (including the presenter) knows where these can be obtained, I would appreciate the tip. Thanks.

robertcohn
Автор

something similar for 98 vs 11 and 11 vs 14? thanks

cepi
Автор

Prime example of people too focused on if they can add something and not stoping to ask themselves whether they should.

kvadratbitter
Автор

should have hire node js dev (js expert) to give some feedback to make API nicer LOL

AltianoGerung