Reviewer > Provided PTC reviews > Correctness reviews > Forbidden parameter data type (Reviewer Review)
  
Forbidden parameter data type (Reviewer Review)
Your standards may list certain data types as being unsuitable (or should at least be checked) for parameter data types.
For example, in C++ these may be objects that need to copy constructed, such as a const char* may be preferable to a string as a parameter data type.
Consequences
The consequences will depend on the reason why the data type has been added to this list.
Strategy
Again, this will depend on the reason the data type is forbidden.