Sagar Vemuri
dc3528077a
Update all unique/shared_ptr instances to be qualified with namespace std ( #4638 )
...
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
2018-11-09 11:19:58 -08:00
..
2018-07-11 12:28:13 -07:00
2017-07-15 16:11:23 -07:00
2017-10-17 11:13:19 -07:00
2018-04-12 17:59:16 -07:00
2017-10-17 11:13:19 -07:00
2018-11-09 11:19:58 -08:00
2017-07-15 16:11:23 -07:00
2018-02-23 13:57:26 -08:00
2018-04-15 17:26:26 -07:00
2017-07-15 16:11:23 -07:00
2017-12-01 10:42:05 -08:00
2018-08-06 11:13:18 -07:00
2016-10-25 11:31:39 -07:00
2017-07-15 16:11:23 -07:00
2017-07-31 12:12:03 -07:00
2018-09-05 18:13:31 -07:00
2018-07-16 23:43:41 -07:00
2017-10-19 10:57:12 -07:00
2018-08-23 10:12:58 -07:00
2018-04-12 17:59:16 -07:00
2018-08-15 14:30:03 -07:00
2018-06-05 12:58:02 -07:00
2018-06-05 12:58:02 -07:00
2018-10-26 14:30:30 -07:00
2018-07-18 10:43:54 -07:00
2017-11-03 14:42:08 -07:00
2017-07-15 16:11:23 -07:00
2017-08-31 14:16:30 -07:00
2018-09-05 18:13:31 -07:00
2017-08-31 14:16:30 -07:00
2018-09-05 18:13:31 -07:00
2018-06-15 12:42:53 -07:00
2018-07-13 10:58:06 -07:00
2017-08-31 14:16:30 -07:00
2018-09-15 13:43:04 -07:00
2018-11-09 11:19:58 -08:00
2018-07-09 15:28:12 -07:00
2018-04-18 16:32:35 -07:00
2018-08-20 17:43:41 -07:00
2018-03-07 12:42:12 -08:00
2017-10-19 10:57:12 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-11-09 11:19:58 -08:00
2018-11-09 11:19:58 -08:00
2018-11-09 11:19:58 -08:00
2018-11-09 11:19:58 -08:00
2018-11-09 11:19:58 -08:00
2018-11-09 11:19:58 -08:00
2018-08-28 12:43:18 -07:00
2018-07-13 17:27:39 -07:00
2018-09-14 13:29:56 -07:00
2018-08-31 12:12:49 -07:00
2017-07-15 16:11:23 -07:00
2017-12-01 10:42:05 -08:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-07-13 10:58:06 -07:00
2017-07-15 16:11:23 -07:00
2017-12-01 10:42:05 -08:00
2017-07-15 16:11:23 -07:00
2018-10-26 17:29:18 -07:00
2018-10-26 17:29:18 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-11-09 11:19:58 -08:00
2018-11-01 16:19:01 -07:00
2018-10-26 14:30:30 -07:00
2017-07-15 16:11:23 -07:00
2018-10-21 20:17:18 -07:00
2018-07-13 10:58:06 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-09-05 18:13:31 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-04-12 17:59:16 -07:00
2017-10-04 19:15:01 -07:00
2017-10-04 19:15:01 -07:00
2018-09-27 15:28:00 -07:00
2018-10-21 20:17:18 -07:00
2018-03-05 23:57:12 -08:00
2018-11-09 11:19:58 -08:00
2018-06-26 15:57:26 -07:00
2018-09-17 13:14:07 -07:00
2018-09-17 13:14:07 -07:00
2018-07-23 15:44:16 -07:00
2017-07-15 16:11:23 -07:00
2018-07-13 18:44:14 -07:00
2018-02-15 16:57:37 -08:00
2017-07-15 16:11:23 -07:00
2018-06-13 13:13:18 -07:00
2018-06-13 13:13:18 -07:00
2018-10-19 11:53:00 -07:00
2018-06-04 15:58:46 -07:00
2018-07-13 17:27:39 -07:00
2018-07-13 17:27:39 -07:00
2018-11-09 11:19:58 -08:00
2018-11-09 11:19:58 -08:00
2018-03-07 12:42:12 -08:00
2018-03-05 13:13:41 -08:00
2018-10-09 16:58:25 -07:00
2018-06-04 12:12:48 -07:00
2018-10-05 15:41:17 -07:00
2018-10-23 10:35:57 -07:00
2018-04-24 08:41:51 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-11-09 11:19:58 -08:00
2018-11-09 11:19:58 -08:00
2018-10-11 10:50:04 -07:00
2017-12-06 09:42:28 -08:00
2018-07-13 10:58:06 -07:00
2018-10-24 12:31:12 -07:00
2018-11-01 15:44:06 -07:00
2018-11-06 17:18:28 -08:00