What's new and what's changed in C23 - Jarosław Stańczyk - code::dive 2023

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 6

  • @hwstar9416
    @hwstar9416 10 месяцев назад +2

    10:46 _Static_assert is also a keyword since C11

    • @Ski4974
      @Ski4974 6 месяцев назад

      And now deprecated with c23

    • @explqicot3293
      @explqicot3293 3 месяца назад

      So what do I use instead of static _assert ? Are y’all using c23 instead of c11 or c99

    • @DM-fw5su
      @DM-fw5su Месяц назад

      Hmmm... the keyword _Static_assert maybe deprecated but the use static_assert() is not deprecated surely? There is a difference as I understand it

    • @hwstar9416
      @hwstar9416 Месяц назад

      @@DM-fw5su yes they replaced _Static_assert with static_assert. so now _Static_assert is deprecated

    • @defnlife1683
      @defnlife1683 8 дней назад

      It’s a keyword now. You dont need assert.h, that’s what he says.