13de000f07
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 |
||
---|---|---|
.. | ||
.gitignore | ||
column_families_example.cc | ||
compact_files_example.cc | ||
Makefile | ||
README.md | ||
simple_example.cc |
Compile RocksDB first by executing make static_lib
in parent dir