Code review comment for lp:~unity-api-team/unity-scopes-shell/scope-harness

Revision history for this message
James Henstridge (jamesh) wrote :

If your premise is that size_t should never be used in an API, then I disagree. It is unfortunate that it causes mangling differences, but this is hardly the only package to have to deal with this issue.

The API is simply using size_t where the underlying STL containers use it too, which seems sensible.

« Back to merge proposal