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
<src>.cpp: error: a value of type "const ArrayWrapper *" cannot be used to initialize an entity of type "ArrayWrapper *"
ArrayWrapper *obj = static_cast<const ArrayWrapper *>(self->addr);
Could you please add the const versions of these functions, with shroud wrappers?
The text was updated successfully, but these errors were encountered:
In the
references
example, there is the following case:I ran into a problem wrapping the function if it is
const
, e.g.The errors were of the form:
Could you please add the
const
versions of these functions, with shroud wrappers?The text was updated successfully, but these errors were encountered: