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
I think that GenericDocument::Parse should have a version with length option, like:
GenericDocument::Parse(constCh*str, size_tlength)
it might be redundant but is very handy with communication data, thus i don't have to reallocate memory for the \0 at the tail after receiving the data.
The text was updated successfully, but these errors were encountered:
I think that GenericDocument::Parse should have a version with length option, like:
it might be redundant but is very handy with communication data, thus i don't have to reallocate memory for the \0 at the tail after receiving the data.
The text was updated successfully, but these errors were encountered: