Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available.
Summary:
In some environment such as android, the c++ library does not have
std::to_string.  This path adds rocksdb::ToString(), which wraps std::to_string
when std::to_string is not available, and implements std::to_string
in the other case.

Test Plan:
make dbg -j32
./db_test
make clean
make dbg OPT=-DOS_ANDROID -j32
./db_test

Reviewers: ljin, sdong, igor

Reviewed By: igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D29181
2014-11-24 20:44:49 -08:00
..
2014-11-20 23:33:00 -05:00
2014-10-10 09:55:40 -07:00
2014-06-20 10:23:02 +02:00
2014-10-27 12:11:16 -07:00
2014-03-20 13:42:45 -07:00
2014-11-14 10:20:51 -08:00
2014-09-18 13:32:44 -07:00