Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
10:46 _Static_assert is also a keyword since C11
And now deprecated with c23
So what do I use instead of static _assert ? Are y’all using c23 instead of c11 or c99
Hmmm... the keyword _Static_assert maybe deprecated but the use static_assert() is not deprecated surely? There is a difference as I understand it
@@DM-fw5su yes they replaced _Static_assert with static_assert. so now _Static_assert is deprecated
It’s a keyword now. You dont need assert.h, that’s what he says.
10:46 _Static_assert is also a keyword since C11
And now deprecated with c23
So what do I use instead of static _assert ? Are y’all using c23 instead of c11 or c99
Hmmm... the keyword _Static_assert maybe deprecated but the use static_assert() is not deprecated surely? There is a difference as I understand it
@@DM-fw5su yes they replaced _Static_assert with static_assert. so now _Static_assert is deprecated
It’s a keyword now. You dont need assert.h, that’s what he says.