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
cobj itself has no dependency to the value of the class_initialize method. cobj just returns whatever is returned from the initialize_impl method. It's up to the caller to check it or not, or to assign any semantic with the value.
Why change to bool?
the application could use it to return an error-code instead of just true or false
we would not have an internal dependency to <stdbool.h>, which would effect all files getting in touch with cobj
in v2 we will no longer need cobj.h, so there will be no need to include any (even standard) .h file
The text was updated successfully, but these errors were encountered:
cobj itself has no dependency to the value of the class_initialize method. cobj just returns whatever is returned from the initialize_impl method. It's up to the caller to check it or not, or to assign any semantic with the value.
Why change to bool?
The text was updated successfully, but these errors were encountered: