Lightning Talk: Into the Lambdaverse - Weird C++ Lambda Shenanigans - Timur Doumler - CppNow 2023

Sdílet
Vložit
  • čas přidán 10. 06. 2024
  • www.cppnow.org​
    / cppnow
    ---
    Lightning Talk: Into the Lambdaverse - Weird C++ Lambda Shenanigans - Timur Doumler - CppNow 2023
    Slides: github.com/boostcon/cppnow_pr...
    ---
    Blackboard improv session about weird lambda shenanigans.
    ---
    Timur Doumler
    Timur Doumler is the Developer Advocate for C++ tools at JetBrains and co-host of CppCast. He is an active member of the ISO C++ standard committee, where he is currently co-chair of the Contracts study group. As a developer, he worked many years in the audio and music technology industry and co-founded the music tech startup Cradle. Timur is passionate about clean code, good tools, low latency, and the evolution of the C++ language.
    ---
    Video Sponsors: think-cell and Bloomberg Engineering
    Audience Audio Sponsors: Innoplex and Maryland Research Institute
    ---
    Videos Filmed & Edited By Bash Films: bashfilms.com/
    CZcams Channel Managed & Optimized By Digital Medium Ltd: events.digital-medium.co.uk
    ---
    CppNow 2024
    www.cppnow.org​
    / cppnow
    ---
    #boost #cpp #lambda
  • Věda a technologie

Komentáře • 2

  • @MuchaMainMan
    @MuchaMainMan Před 3 měsíci

    This was interesting, great light talk!

  • @ultradude5410
    @ultradude5410 Před 7 měsíci

    Honestly? Having by-copy captures be `const` is a pain.
    Is there a good reason behind this, or is this an oversight?
    It feels like an oversight, but it'd be interesting to be proven wrong.