mirror of
https://github.com/boostorg/scope.git
synced 2026-01-25 18:52:09 +00:00
Apparently, the Library Fundamentals TS does permit pointers to functions in scope guards (via the "function object type" definition in the standard), so instead of taking the effort to preserve the function references decay those to pointers to functions. Updated docs and tests.