Page MenuHomeFeedback Tracker

Enscript wrapping expessions in multiple parentheses results in broken casting
Assigned, UrgentPublic

Description

The code below should compile but does not. Expressions should be wrappable in as many () as someone wants to.

if(((true))) //COMPILE ERROR: Broken casting
{
...
}

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Additional Information

Please forward to Enfusion team for fixing

Event Timeline

Arkensor renamed this task from Enscript broken casting to Enscript wrapping expessions in multiple parentheses results in broken casting.
Geez changed the task status from New to Assigned.Sep 21 2020, 12:20 PM