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
Add a static_cast in args_t::size to silence a conversion warning (#966)
* Add a static_cast in `args_t::size` to silence a conversion warning
Signed-off-by: Neil Henderson <[email protected]>
* Change `static_cast` to `unsafe_narrow`
I know, but negative numbers...
---------
Signed-off-by: Neil Henderson <[email protected]>
Co-authored-by: Herb Sutter <[email protected]>
0 commit comments