Affected rules
Description
M27-0-1 prohibits the use of the stream input/output library <cstdio>. However, we currently flag uses of size_t as from cstdio, which is undesirable (as it can be provided by any of a number of headers, and is not strictly part of the stream input/output library).
Example
Any use of size_t.
Affected rules
M27-0-1Description
M27-0-1prohibits the use of the stream input/output library<cstdio>. However, we currently flag uses ofsize_tas fromcstdio, which is undesirable (as it can be provided by any of a number of headers, and is not strictly part of the stream input/output library).Example
Any use of
size_t.