Details
-
Task
-
Resolution: Fixed
-
P4: Low
-
6.6.2
-
None
-
-
aac94b9cb (dev)
Description
Extend the existing NumericLiteral to allow a separator character between digits.
1000000000 // Is this a billion? a hundred millions? Ten millions? 101475938.38 // what scale is this? what power of 10? 1_000_000_000 // Ah, so a billion 101_475_938.38 // And this is hundreds of millions
Attachments
Issue Links
- split to
-
QTBUG-124792 Support numeric separators in tooling
- Reported