You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.