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

18.7 Afternotes

629

18.7 Afternotes

The keyword constinit was first proposed as an attribute by Eric Fiselier in http://wg21.link/ p1143r0. The finally accepted wording was formulated by Eric Fiselier in http://wg21.link/p1143r2.

The keyword consteval was first proposed by Richard Smith, Andrew Sutton, and Daveed Vandevoorde in http://wg21.link/p1073r0. The finally accepted wording was formulated by Richard Smith, Andrew Sutton, and Daveed Vandevoorde in http://wg21.link/p1073r3. A small fix was later added by David Stone in http://wg21.link/p1937r2.

std::is_constant_evaluated() was first proposed as a constexpr operator by Daveed Vandevoorde in http://wg21.link/p0595r0. The finally accepted wording was formulated by Richard Smith, Andrew Sutton, and Daveed Vandevoorde in http://wg21.link/p0595r2.

Compile-time containers (such as vectors and strings) were first proposed by Daveed Vandevoorde in http://wg21.link/p0597. The finally accepted language features were formulated by Peter Dimov, Louis Dionne, Nina Ranns, Richard Smith, and Daveed Vandevoorde in http://wg21.link/p0784r7. The finally accepted library features were formulated by Antony Polukhin in http://wg21.link/p0858r0 and by Louis Dionne in http://wg21.link/p1004r2. and http://wg21.link/00980r1.

630

This page is intentionally left blank