khoarus / rapidjson

Automatically exported from code.google.com/p/rapidjson
MIT License
0 stars 0 forks source link

incorrect return type of GetUint64() #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Version 0.1 and trunk

return type of GetUint64() is int64_t.

The correct return type is uint64_t.

Original issue reported on code.google.com by milo...@gmail.com on 15 Nov 2012 at 2:57

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r86.

Original comment by milo...@gmail.com on 15 Nov 2012 at 3:01

GoogleCodeExporter commented 8 years ago
Comment 3 by alex.butum, Today (11 minutes ago)
I see two more potential issues:
1) The code for the GetUint64() member function still uses kInt64Flag instead 
of kUint64Flag

2) The code for SetInt() member function on the "else if (IsUint64())" 
statement uses data_.n.i64 instead of data_.n.u64

Original comment by milo...@gmail.com on 15 Nov 2012 at 7:14

GoogleCodeExporter commented 8 years ago
The above 2 additional defeats was fixed by revision r89.

Original comment by milo...@gmail.com on 15 Nov 2012 at 7:18

GoogleCodeExporter commented 8 years ago
This issue was closed by revision b7d12d8ab509.

Original comment by milo...@gmail.com on 6 Jun 2014 at 6:04