2
0
mirror of https://github.com/boostorg/scope.git synced 2026-01-27 19:32:07 +00:00
Files
scope/test/run
Andrey Semashev fbfdb8a494 Merged scope_check into scope_exit.
As suggested by Peter Dimov on boost-dev ML, scope_check functionality
is merged into scope_exit. Thus scope_exit now has an optional condition
function object, which by default always returns true. If a custom
function object is specified, scope_exit works equivalently to the
previous scope_check, i.e. calls the condition function object to check
whether the action function object needs to be called.
2023-10-14 19:23:32 +03:00
..
2023-02-24 19:30:55 +03:00
2023-02-24 19:30:55 +03:00