]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Removed const fields in copyable classes (#5095)
authorHarry Wong <harrywong@live.com>
Fri, 5 Apr 2019 22:16:15 +0000 (15:16 -0700)
committerAdam Retter <adam.retter@googlemail.com>
Fri, 6 Mar 2020 21:22:59 +0000 (22:22 +0100)
commit3598e1a9a9cde8ea073c68ab297fb231506eceda
treea772f5554fcd6f24448d1d0c34d8e3bc56aee6ea
parentd07167c9a3430eacddafc81f2e23bacfdc4c5933
Removed const fields in copyable classes (#5095)

Summary:
This fixed the compile error in Clang-8:
```
error: explicitly defaulted copy assignment operator is implicitly deleted [-Werror,-Wdefaulted-function-deleted]
```
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5095

Differential Revision: D14811961

Pulled By: riversand963

fbshipit-source-id: d935d1f85a4e8694dca10033fb5af92d8777eca0
utilities/persistent_cache/block_cache_tier.h
utilities/persistent_cache/block_cache_tier_file.h