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
It will be great to make Version class constructor a constant one, because this will allow using the const Version instance as a default value of an optional parameter.
Also, I see such change is fully backward compatible.
The text was updated successfully, but these errors were encountered:
It will be great to make
Version
class constructor a constant one, because this will allow using the constVersion
instance as a default value of an optional parameter.Also, I see such change is fully backward compatible.
The text was updated successfully, but these errors were encountered: