From 76adb001aaceeb606543261ea74258092d400c18 Mon Sep 17 00:00:00 2001 From: gulrak Date: Tue, 4 Sep 2018 09:13:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7187c13..22ecf32 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ it's "free" to return that. ### Differences in Behavior -#### fs.path +#### fs.path [ref](https://en.cppreference.com/w/cpp/filesystem/path) As the complete inner mechanics of this implementation `fs::path` are working on the generic format, it is the internal representation. So creating any mixed @@ -204,7 +204,7 @@ ASSERT(p1 == p2); For all non-host-leading paths the behaviour will match the one described by the standard. -#### fs.op.copy +#### fs.op.copy [ref](https://en.cppreference.com/w/cpp/filesystem/copy) Then there is `fs::copy`. The tests in the suite fail partially with C++17 `std::filesystem` on GCC/Clang. They complain about a copy call with `fs::copy_options::recursive` combined