Page MenuHomeFeedback Tracker

Enscript is unable to understand float + hex
Assigned, UrgentPublic

Description

The following code should compile but does not:

float GetFloat()
{
    return 1.337 + 0x00;
}

Compile error

Incompatible parameter '0x00'

Details

Severity
Block
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

Arkensor created this task.Aug 28 2020, 4:15 PM
Geez changed the task status from New to Assigned.Aug 31 2020, 11:11 AM