Update stdchecked.h for bounds cast operators. (#186)

This commit is contained in:
David Tarditi 2017-08-01 17:15:14 -07:00 коммит произвёл GitHub
Родитель acb74810d9
Коммит 72b6ba50b0
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -7,5 +7,7 @@
#define unchecked _Unchecked
#define where _Where
#define dynamic_check _Dynamic_check
#define dynamic_bounds_cast _Dynamic_bounds_cast
#define assume_bounds_cast _Assume_bounds_cast
#endif /* __STDCHECKED_H */