You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #47: Fix C++23 compilation errors in leveldb
183e79a Fix speculatively some "placement new" issues in leveldb (leveldb Team)
82c3104 Fix C++23 compilation errors in leveldb (leveldb Team)
Pull request description:
Cherry-picks two commits from upstream (google@302786e, google@e829478), which remove the usage of `std::aligned_storage/std::aligned_union`.
Note the first cherry-pick is not clean, because due to Google tooling issues, it accidently contained a revert of the prior two commits. See google#1249 for more details, as well as https://issues.chromium.org/issues/388068052.
Closes#43.
ACKs for top commit:
dergoegge:
utACK 183e79a
sipa:
ACK 183e79a. I don't think the second commit actually changes anything.
Tree-SHA512: f2a5981451e34a5c6918cf070509020b1d6934591aad0307a44683ed0b9f8d75d7dcc54967366a4aa46c4ecc4b5108b43514cf1045769f1b68eab5359401889b
0 commit comments