Combining C++17 Features - Nicolai Josuttis - Meeting C++ 2019 Slides: meetingcpp.com...
Пікірлер: 7
@srdjanstokic5 жыл бұрын
Jossuttis is excelent here as always. His explanations are clear, concise and he always provides good usage examples. Keep up the good work!
@R_BNK5 жыл бұрын
Yes , lot of small features lead to great benefits 👍👍
@grostig4 жыл бұрын
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.
@PeterPetrakis5 жыл бұрын
Always good.
@Luke-hv1jn5 жыл бұрын
I don't see slides for this presentation.
@KalkiCharcha-hd5un4 ай бұрын
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 ?
@grostig4 жыл бұрын
neither look safe, but option A seems like it would be better. Safe would be: make_shared() {};