Page MenuHomeFeedback Tracker

Postincrement comparison does not compile, but should be valid code.
Assigned, UrgentPublic

Description

Following code will not compile, but is valid code.

int value = 5;
if (value-- > 0)
   Print(value);

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General

Event Timeline

antihax created this task.Sep 25 2023, 3:29 AM
antihax changed Severity from None to Minor.
antihax changed Reproducibility from N/A to Always.
Geez changed the task status from New to Assigned.Sep 25 2023, 4:12 PM