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
encode() and decode() functions in BcpsBranchObject and BcpsObject classes should be pure virtual functions. This is already what is intended. The implementation can be improved by making them pure virtual functions instead of assertion of errors when they are called.
Aykut
The text was updated successfully, but these errors were encountered:
encode() and decode() functions in BcpsBranchObject and BcpsObject classes should be pure virtual functions. This is already what is intended. The implementation can be improved by making them pure virtual functions instead of assertion of errors when they are called.
Aykut
The text was updated successfully, but these errors were encountered: