DevO2012 / cpp-btree

C++ containers that save memory and time
http://google-opensource.blogspot.de/2013/01/c-containers-that-save-memory-and-time.html
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 9 years ago

GoogleCodeExporter commented 9 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