rocksdb/utilities/backupable
Siying Dong 2b4d5ceb47 Remove some "using std::..." from header files. (#5113)
Summary:
The code convention we are following, Google C++ Style, discourage
alias in header files, especially public headers:
https://google.github.io/styleguide/cppguide.html#Aliases
Remove some of them. Might removed some from .cc files as well to be consistent.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5113

Differential Revision: D14633030

Pulled By: siying

fbshipit-source-id: b990edc919d5de60295992284f980195e501d424
2019-03-27 10:28:21 -07:00
..
backupable_db_test.cc Remove some "using std::..." from header files. (#5113) 2019-03-27 10:28:21 -07:00
backupable_db.cc Apply modernize-use-override (2nd iteration) 2019-02-14 14:41:36 -08:00