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

Remove path code in platform.h #11444

Closed xis19 closed 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.