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 <2060747+bluetarpmedia@users.noreply.github.com>
* Change `static_cast` to `unsafe_narrow`
I know, but negative numbers...
---------
Signed-off-by: Neil Henderson <2060747+bluetarpmedia@users.noreply.github.com>
Co-authored-by: Herb Sutter <herb.sutter@gmail.com>
0 commit comments