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
By default, the AC getTime() function is not const, and I believe it could be, as all the methods it calls are const.
The fact that it isn't const means I can't call it in a SM guard:
isConnected and invoke are const
The text was updated successfully, but these errors were encountered:
By default, the AC getTime() function is not const, and I believe it could be, as all the methods it calls are const.
The fact that it isn't const means I can't call it in a SM guard:
isConnected and invoke are const
The text was updated successfully, but these errors were encountered: