apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.18k stars 1.29k forks source link

Use std::filesystem::path in Platform.h #11443

Open xis19 opened 3 weeks ago

xis19 commented 3 weeks ago

Since C++17 had introduced built-in standard path library, it is unnecessary to have custom path manipulation code to FoundationDB.