Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Cannot Reproduce
-
Affects Version/s: 5.15.2
-
Fix Version/s: None
-
Component/s: Core: QString and Unicode
-
Labels:None
-
Platform/s:
Description
QString( "9189304972279762602" ).toLongLong( &ok ) returns 1836535466 and sets ok to true.
Instead std::stoll( value.toStdString() ) returns the expected result.