From ff6e5e895992774558b032543e1fb7efb0d6a6e2 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Tue, 6 Oct 2020 21:58:55 +0200 Subject: [PATCH] updated readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 68761a3..7bd0015 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,14 @@ it's "free" to return that. ### Differences in Behavior +I created a wiki entry about quite a lot of [behavioral differences](https://github.com/gulrak/filesystem/wiki/Differences-to-Standard-Filesystem-Implementations) +between different `std::filesystem` implementations that could result in a +mention here, but this readme only tries to address the design choice +differences between `ghc::filesystem` and those. I try to update the wiki page +from time to time. + +Any additional observations are welcome! + #### fs.path ([ref](https://en.cppreference.com/w/cpp/filesystem/path)) As the complete inner mechanics of this implementation `fs::path` are working