dc3528077a
Summary: Ran the following commands to recursively change all the files under RocksDB: ``` find . -type f -name "*.cc" -exec sed -i 's/ unique_ptr/ std::unique_ptr/g' {} + find . -type f -name "*.cc" -exec sed -i 's/<unique_ptr/<std::unique_ptr/g' {} + find . -type f -name "*.cc" -exec sed -i 's/ shared_ptr/ std::shared_ptr/g' {} + find . -type f -name "*.cc" -exec sed -i 's/<shared_ptr/<std::shared_ptr/g' {} + ``` Running `make format` updated some formatting on the files touched. Pull Request resolved: https://github.com/facebook/rocksdb/pull/4638 Differential Revision: D12934992 Pulled By: sagar0 fbshipit-source-id: 45a15d23c230cdd64c08f9c0243e5183934338a8 |
||
---|---|---|
.. | ||
cassandra_compaction_filter.cc | ||
cassandra_compaction_filter.h | ||
cassandra_format_test.cc | ||
cassandra_functional_test.cc | ||
cassandra_row_merge_test.cc | ||
cassandra_serialize_test.cc | ||
format.cc | ||
format.h | ||
merge_operator.cc | ||
merge_operator.h | ||
serialize.h | ||
test_utils.cc | ||
test_utils.h |