File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,8 +510,8 @@ lightweight version of `std::unique_lock`.]
510510
511511Since [class_scope_defer_guard] effectively provides no interface to interact with after construction, it is better suited for anonymous
512512"set up and forget" kind of scope guards. To emphasize this affinity, the library provides a `BOOST_SCOPE_DEFER` macro, which acts as
513- a keyword defining a uniquely named [class_scope_defer_guard] scope guard . The macro should be followed by the function object to be
514- invoked on scope exit.
513+ a keyword defining a uniquely named [class_scope_defer_guard] object . The macro should be followed by the function object to be invoked
514+ on scope exit.
515515
516516 BOOST_SCOPE_DEFER []
517517 {
You can’t perform that action at this time.
0 commit comments