Comment on In the C++ bag of tricks: scoped locksComments−JoeAltmaier12yWorks, but requires {} for scope. The local-object version can be scoped however you like. It optimizes away just fine, similar to the for loop.
Comments
Works, but requires {} for scope. The local-object version can be scoped however you like. It optimizes away just fine, similar to the for loop.