borsegbr / cpp-btree

Automatically exported from code.google.com/p/cpp-btree
Apache License 2.0
0 stars 0 forks source link

Why the size_type is ssize_t but not size_t? #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
All our code build with -Wsign-compare warning flags, the signed size() cause 
too many unnecessary change, and is not compatible with STL convention。

Original issue reported on code.google.com by chen3feng on 7 Apr 2013 at 3:46