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
@Riyazul555, at the second glance, this issue is trickier then I thought, as I don't yet have a sz_string_shrink_to_fit implementation even in the C layer. It may not be a good fit for a beginner, but if you are interested, cppreference.com describes the operation in more detail.
The C layer defines the
sz_string_shrink_to_fit
, that is not covered by tests and is not yet used by the C++ API to implement theshrink_to_fit
.The text was updated successfully, but these errors were encountered: