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
Fix parameter type in noexcept_call for consistency and clarity
- Updated the parameter type in the `noexcept_call` function from `::F` to `F` to enhance clarity and maintain consistency with other function signatures.
- This change improves the readability of the code and aligns with recent refactoring efforts in the codebase.
0 commit comments