Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16 digit Hexadecimals #224

Open
chrimbo opened this issue May 13, 2024 · 0 comments
Open

16 digit Hexadecimals #224

chrimbo opened this issue May 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@chrimbo
Copy link

chrimbo commented May 13, 2024

Environment

toml++ version and/or commit hash:
toml++ v3.4.0

**Compiler: **
MinGW81_64, GCC 8.1.0

C++ standard mode:
c++17

Target arch:
x86_64

Describe the bug

I'm trying to parse
Value=0xca343183acdf73b4 , resulting in an "Error while parsing hexadecimal integer: '0xca343183acdf73b4' is not representable in 64 bits "

Also tried
Value=-0x35CBCE7C53208C4C , resulting in "Error while parsing hexadecimal interger: expected '0', saw '-'"

and
Value=0x-35CBCE7C53208C4C, also resulting in "Error while parsing hexadecimal integer: expected digit, saw '-'"

@chrimbo chrimbo added the bug Something isn't working label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants