-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
38528: libroach: Prepare for RocksDB 6.2 upgrade r=ajkr a=ajkr In our current RocksDB version (5.17), there are using-declarations for `std::unique_ptr` inside a `namespace rocksdb` block in some header files. Those were rightfully removed in the version we are about to upgrade to (6.2). So we need to change libroach to not reference `rocksdb::unique_ptr`. Release note: None Co-authored-by: Andrew Kryczka <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters