[postgis-devel] size_t: width and signedness of counters

Sandro Santilli strk at kbt.io
Sun Dec 31 01:55:31 PST 2017


On Sat, Dec 30, 2017 at 12:53:26PM -0800, Paul Norman wrote:
> 
> I've been in the habit of using size_t from C++, where it's what all the STL
> size-related operators use, and thus what you get when you use auto.

In C++ size_t is usually typedef'ed per-class, as if you could for
example define POINTARRAY::size_t to be == uint32_t

--strk;



More information about the postgis-devel mailing list