westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
238 stars 87 forks source link

fs: make zenfs compile with c++11 again #223

Closed yhr closed 2 years ago

yhr commented 2 years ago

Fix the broken c++11 builds by open-coding make_unique (c++14) and include the header.

Signed-off-by: Hans Holmberg hans.holmberg@wdc.com