Commit 199701b
committed
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.1 parent fd3a42b commit 199701b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments