We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc3200 commit ededd3eCopy full SHA for ededd3e
include/gtl/utils.hpp
@@ -54,8 +54,7 @@ class scoped_set_unset {
54
};
55
56
// ---------------------------------------------------------------------------
57
-// An object which calls a lambda in its constructor, and another one in
58
-// its destructor
+// An object which calls a lambda in its destructor
59
//
60
// This object must be captured in a local variable, Otherwise, since it is a
61
// temporary, it will be destroyed immediately, thus calling the function.
0 commit comments