Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created November 17, 2021 16:30
Show Gist options
  • Select an option

  • Save mdcallag/9b3ff377e2b4716fdd94beac1baf9f97 to your computer and use it in GitHub Desktop.

Select an option

Save mdcallag/9b3ff377e2b4716fdd94beac1baf9f97 to your computer and use it in GitHub Desktop.
./db/version_edit.h:86:8: error: implicitly-declared ‘constexpr rocksdb::FileDescriptor::FileDescriptor(const rocksdb::FileDescriptor&)’ is deprecated [-Werror=deprecated-copy]
86 | struct FileMetaData {
| ^~~~~~~~~~~~
./db/version_edit.h:55:19: note: because ‘rocksdb::FileDescriptor’ has user-provided ‘rocksdb::FileDescriptor& rocksdb::FileDescriptor::operator=(const rocksdb::FileDescriptor&)’
55 | FileDescriptor& operator=(const FileDescriptor& fd) {
| ^~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment