Inspired by a recent 196 post

      • [object Object]@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        5 days ago

        I see someone finally embraced the fact that C++ templates are Turing-complete and you don’t really need much of the rest.

      • addie@feddit.uk
        link
        fedilink
        arrow-up
        9
        ·
        5 days ago

        Josuttis’s books are normally pretty good, lots of examples and a clear explanation of why you might want to use something, but oof that looks akin to a kick in the essentials.

        Even if you’ve no other reason to update to C++20, the fact that if constexpr gets rid of half the things you’d previously need to use SFINAE for, and concepts gets rid of the other half, makes it well worthwhile. Amazing how much it stops hurting when you stop doing ridiculous things.

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          6
          ·
          5 days ago

          C++ 20? I had to learn and do template metaprogramming on gcc 4.8 😭😭😭

          The book is a good book though.

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          4 days ago

          Template metaprogramming (with the variadic function) is like from the late seventies IIRC… Older than C++!

          Well, people might argue about the definition but the idea has been around some fair time …