11-10-2016, 10:10 AM
A Technical Corrigendum will correct this as:
The following forward template declaration for operator== will be added to the top of the example:
template
bool operator==(T const &, T const &); // #1
Comments need changing to say // Compliant - calls ::operator== #1, above
The following forward template declaration for operator== will be added to the top of the example:
template
bool operator==(T const &, T const &); // #1
Comments need changing to say // Compliant - calls ::operator== #1, above
Posted by and on behalf of
the MISRA C++ Working Group
the MISRA C++ Working Group