ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Четверг
28 марта
837754 Топик полностью
lloyd (04.05.2018 18:59, просмотров: 496) ответил Vit на Можно полюбопытствовать, где явно написано, кроме префикса std в имени файла, что эти алиасы входят в состав языка, а не т.н. стандартной библиотеки?
Можете у МЭКа купить бумажный/электронный текст стандарта языка, в свободном виде есть только будущий черновик http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf
Глава 4, пункт 6
6 The two forms of conforming implementation are hosted and freestanding. A conforming
hosted implementation shall accept any strictly conforming program. A conforming
freestanding implementation shall accept any strictly conforming program that does not
use complex types and in which the use of the features specified in the library clause
(clause 7) is confined to the contents of the standard headers <float.h>,
<iso646.h>, <limits.h>, <stdarg.h>, <stdbool.h>, <stddef.h>, and
<stdint.h>.Aconforming implementation may have extensions (including additional
library functions), provided they do not alter the behavior of any strictly conforming
program.3)