Skip to content

Static function Json::tohex16Bit does not present in headers #1621

@YuriyRusinov

Description

@YuriyRusinov

Describe the bug
I try to transform uint64 value to hexadecimal string using static function toHex16Bit(), but compiler gives an error that function toHex16Bit is not a member of Json.

To Reproduce
Steps to reproduce the behavior:

  1. String s = Json::toHex16Bit ( unsigned int x );

Expected behavior
Successfull compilation.

Desktop (please complete the following information):

  • OS: Linux
  • Meson version: 1.7.2
  • Ninja version: 1.13.1

Additional context
Add any other context about the problem here.

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