jsoncpp
jsoncpp copied to clipboard
Static function Json::tohex16Bit does not present in headers
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.