Edit: sorry I didn’t realize I already posted this

  • ThotDragon@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    27
    ·
    1 day ago

    I may have missed the joke but C++ doesn’t have built in garbage collector. Even recent versions of the standard merely allow it but don’t specify it is required.

    • mkwt@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      19 hours ago

      People have written garbage collectors for C++, but just about no one used the standard library support that was in the standard.