소스 검색

Fixes for C++20 support.

Structs with user-declared constructors are no longer considered
aggregates.  Just remove the constructor declaration where applicable.

Bug: chromium:1284275
main
Peter Kasting 2 년 전
부모
커밋
8b5b1ca96c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      include/leveldb/options.h

+ 0
- 2
include/leveldb/options.h 파일 보기

@ -144,8 +144,6 @@ struct LEVELDB_EXPORT Options {
// Options that control read operations
struct LEVELDB_EXPORT ReadOptions {
ReadOptions() = default;
// If true, all data read from underlying storage will be
// verified against corresponding checksums.
bool verify_checksums = false;

불러오는 중...
취소
저장