You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a development snapshot of clang 19 on Ubuntu 22.04/24.04:
../scope-lite.hpp:988:40: warning: cannot refer to a non-static member from the handler of a constructor function try block [-Wexceptions]
988 | other.get_deleter()( this->get() );
| ^
1 warning generated.
The text was updated successfully, but these errors were encountered:
With a development snapshot of clang 19 on Ubuntu 22.04/24.04:
The text was updated successfully, but these errors were encountered: