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
I'm not entirely sure whether it's great to use int where size_t would be more appropriate. I would like to review the code a bit before just adding a static_cast<>.
The text was updated successfully, but these errors were encountered:
There is still bunch of warnings regarding implicit conversion. Let's keep track of these:
I have already removed some and these remain...
I'm not entirely sure whether it's great to use
int
wheresize_t
would be more appropriate. I would like to review the code a bit before just adding astatic_cast<>
.The text was updated successfully, but these errors were encountered: