Add IEC binary unit prefixes
authorTudor Bosman <tudorb@fb.com>
Sun, 22 Jul 2012 02:13:21 +0000 (19:13 -0700)
committerJordan DeLong <jdelong@fb.com>
Thu, 2 Aug 2012 08:54:44 +0000 (01:54 -0700)
commit2afd1f1acb7b864fc0e5f2791c5250c1fbc82396
tree03979e62887c11da6a64f0c0c87964551d6d7096
parent1805d922175a0cb620461f8873f6a7061a683413
Add IEC binary unit prefixes

Summary: KiB, MiB, GiB, TiB, etc

Test Plan: by hand in a program using them

Reviewed By: philipp@fb.com

FB internal diff: D527001
folly/String.cpp
folly/String.h
folly/test/StringTest.cpp