valijson/include
Andrij Abyzov c9fe25907f
Fix compilation warning on 32-bit systems.
On 32-bit systems size_t is a 32-bit type which causes the following warning:
warning: large integer implicitly truncated to unsigned type [-Woverflow]

There's no reason have size_t storage variable for uint64_t accessors.
2018-03-07 16:23:38 +01:00
..
compat This patch drops boost as a dependency from the valijson core. 2016-08-15 22:32:47 -07:00
valijson Fix compilation warning on 32-bit systems. 2018-03-07 16:23:38 +01:00