18-08-2015, 08:03 AM
I agree - it's compliant by virtue of exception 2 isn't it? I can't see how it's any different from this example given under Rule 14.3:
Code:
do {
/* Compliant by exception 2 */
} while ( 0u == 1u );
<t></t>