CppCon 2018: Tony Wasserka “Curly Function Call Syntax”

preview_player
Показать описание


Lightning Talk


*-----*
*-----*
Рекомендации по теме
Комментарии
Автор

It's a shame, now that we have transitioned to std::make_unique<T>(num++, num++, num++), we lose that SERIOUS benefit of braced initialization...

eLBehmo
Автор

Just wrote deserializer a few days ago with a part like this: "return { deserialize<E>()... };" and wasn't sure about the order

MykolaBogdiuk
Автор

It was actually interesting, don't understand why they have to cut it off at 5m

antoniocs
Автор

Tony ran out of time but very entertaining

MrObble