size_t in public API is a no-no
Bug #1433586 reported by
Michi Henning
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-scopes-shell (Ubuntu) |
New
|
High
|
Unassigned |
Bug Description
I missed this when reviewing the branch because, of course, the bloody symbol mangling turns size_t into unsigned int or unsigned long.
We can't have size_t in the public API. That's not negotiable. size_t is an implementation-
For a very cogent and detailed explanation, see John Lakos, "Large-Scale C++ Software Design".
Changed in unity-scopes-shell (Ubuntu): | |
importance: | Undecided → High |
To post a comment you must log in.