Comment on In the C++ bag of tricks: scoped locksparentComments−dicroce12yDoes it use the STL? The STL will throw. Does it use the new operator? new will throw unless you specifically tell it not to.−s_kanevOP12yOk, should've been more specific -- it doesn't catch any exceptions and lets them bring down the program and have the project maintainer check what they did wrong.
Comments
Does it use the STL? The STL will throw. Does it use the new operator? new will throw unless you specifically tell it not to.
Ok, should've been more specific -- it doesn't catch any exceptions and lets them bring down the program and have the project maintainer check what they did wrong.