home.social

#scopeguard — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #scopeguard, aggregated by home.social.

  1. Blogged: Use Scope Guards to Prevent Resource Leaks

    Modern #C++ has many neat #RAII-based solutions for managing resources. However, every now and then one needs to manually make sure that some code is run when a resource is not needed anymore. One great solution to this problem is a #ScopeGuard. I've surprisingly rarely seen them used in practice!

    lukas-barth.net/blog/scope-gua

    #cpp #cplusplus

    (Note: Replies to this post will be visible as comments on the blog.)

  2. Blogged: Use Scope Guards to Prevent Resource Leaks

    Modern #C++ has many neat #RAII-based solutions for managing resources. However, every now and then one needs to manually make sure that some code is run when a resource is not needed anymore. One great solution to this problem is a #ScopeGuard. I've surprisingly rarely seen them used in practice!

    lukas-barth.net/blog/scope-gua

    #cpp #cplusplus

    (Note: Replies to this post will be visible as comments on the blog.)