Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
5
-
16433a4a6 (dev), 321dcd1d1 (6.6), e8514f771 (6.6.0)
-
Foundation Sprint 90, Foundation Sprint 91
Description
For qint64, we have had Q_INT64_C, because compilers couldn't agree back then on how 64-bit literals should be marked up.
Acceptance criteria:
- check whether we need something similar for the new qint128 type, and, if so:
- add the macro
- document it
- test it