05-10-2015, 01:51 PM
The use of "" is permitted. For example:
Code:
if ( ( x < '0' ) || ( x > '9' ) )
{
/* Not a digit */
}
Posted by and on behalf of
the MISRA C++ Working Group
the MISRA C++ Working Group