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

Does rapidjson support data type: int128, uint128, float128 ? #1781

Open
gzliudan opened this issue Sep 15, 2020 · 3 comments
Open

Does rapidjson support data type: int128, uint128, float128 ? #1781

gzliudan opened this issue Sep 15, 2020 · 3 comments

Comments

@gzliudan
Copy link

Does rapidjson support data type: int128, uint128, float128 ? Please notice that: clang has a data type named long double which is 16 bytes float number, and function snprintf supports this data type use length modifier L:
https://en.cppreference.com/w/cpp/io/c/fprintf
; GCC and MSVC also support long doube, but seems is 12 bytes and 80 bit.

@miloyip
Copy link
Collaborator

miloyip commented Sep 15, 2020

These non-standardized types are not supported at the mean time.

@gitjugsdil
Copy link

I'm really new confused don't have opinion

@gitjugsdil
Copy link

Am I supposed to open a new issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants