Combining C++17 Features - Nicolai Josuttis - Meeting C++ 2019

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

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

  • @srdjanstokic
    @srdjanstokic 4 года назад +4

    Jossuttis is excelent here as always. His explanations are clear, concise and he always provides good usage examples. Keep up the good work!

  • @R_BNK
    @R_BNK 4 года назад +3

    Yes , lot of small features lead to great benefits 👍👍

  • @grostig
    @grostig 4 года назад

    I like his c++17 book, high quality not often seen in books anymore (even from established publishers), and especially how he wrote it over time, starting with a low initial price, and got a lot of feedback during the process.

  • @PeterPetrakis
    @PeterPetrakis 4 года назад +1

    Always good.

  • @KalkiCharcha-hd5un
    @KalkiCharcha-hd5un Месяц назад

    I dont understand why would in C++ 14 std::is_artithmetic::value_type will be TRUE but for C++ 17 constexpr std::is_artithmetic::value_type = FALE ?

  • @Luke-hv1jn
    @Luke-hv1jn 4 года назад +1

    I don't see slides for this presentation.

  • @grostig
    @grostig 4 года назад

    neither look safe, but option A seems like it would be better. Safe would be: make_shared() {};