Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
josuttis_nm_c20_the_complete_guide.pdf
Скачиваний:
44
Добавлен:
27.03.2023
Размер:
5.85 Mб
Скачать

600

Chapter 17: Lambda Extensions

17.6Afternotes

The template syntax for generic lambdas was first proposed by Louis Dionne in http://wg21.link/ p0428r0. The finally accepted wording was formulated by Louis Dionne in http://wg21.link/p0428r2.

The template syntax for generic lambdas was first proposed by Louis Dionne in http://wg21.link/ p0624r0. The finally accepted wording was formulated by Louis Dionne in http://wg21.link/p0624r2.

Allowing lambdas as non-type template parameters was introduced as finally formulated by Jeff Snyder and Louis Dionne in http://wg21.link/p0732r2.

Support for consteval lambdas was introduced as finally formulated by Richard Smith, Andrew Sutton, and Daveed Vandevoorde in http://wg21.link/p1073r3.

The changes to the rules for capturing this and *this were first proposed by Thomas Koppe¨ in http: //wg21.link/p0409r0 and http://wg21.link/p0806r0. The finally accepted wording was formulated by Thomas Koppe¨ in http://wg21.link/p0409r2 and http://wg21.link/p0806r2.

Capturing structured bindings was introduced as finally formulated by Nicolas Lesser in http://wg21. link/p1091r3.

Init-capturing parameter packs was accepted as finally formulated by Barry Revzin in http://wg21. link/p0780r2 and http://wg21.link/p2095r0.