Skip to content

conversion: truncates input values when printing errors for conversions to floats #2625

@karolherbst

Description

@karolherbst

<< s << "." << s << "x vs 0x%" << s << "." << s << "x\n";

This only prints at most 32 bits of the input value.

replacing x with llx fixes it, but not sure if there is a better way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions