From 6a9196fc394faf481b07aaf82506c4ff191b90ec Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 21 Sep 2019 16:56:42 +0200 Subject: [PATCH] Updated README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f4a5cde..77c7a29 100644 --- a/README.md +++ b/README.md @@ -481,6 +481,13 @@ to the expected behavior. missing specialization for construction from `std::string_view` when available was added. * Additional test case when `std::string_view` is available. +* Bugfix for [#27](https://github.com/gulrak/filesystem/issues/27), the + `fs::path::preferred_seperator` declaration was not compiling on pre + C++17 compilers and no test accessed it, to show the problem. Fixed + it to an construction C++11 compiler should accep and added a test that + is successfull on all combinations tested. +* Bugfix for [#29](https://github.com/gulrak/filesystem/issues/29), stricter + warning settings where choosen and resulting warnings where fixed. ### [v1.2.4](https://github.com/gulrak/filesystem/releases/tag/v1.2.4)