Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-11-17 19:23:09 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-11-17 19:23:09 +0300
commit8953c3a9fcd4b54ab6cefb26567a562cadcb1c36 (patch)
tree4f69c4fd94bc947e359f73de83f61dbee42952cb /Build.md
parenta5e0bb3b263de680ce1b05504042f81714e8ac15 (diff)
Added combining_handle_adapter and xor_handle_adapter. These were written over a number of weeks in very short bursts on the train to work, so they are riddled with bugs. Do not use them until the documentation warning regarding them has been removed.
Diffstat (limited to 'Build.md')
-rw-r--r--Build.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build.md b/Build.md
index 5becdff9..bd9a3e27 100644
--- a/Build.md
+++ b/Build.md
@@ -5,7 +5,8 @@ These compilers and OSs are regularly tested:
- [GCC](https://gcc.gnu.org/) 7.0 (Linux 4.x x64)
- [Clang](https://clang.llvm.org/) 4.0 (Linux 4.x x64)
- Clang 5.0 (macOS 10.12 x64)
-- Visual Studio 2017 (Windows 10 x64)
+- Visual Studio 2017 (Windows 10 x64). Note that LLFIO does not currently
+compile with `/permissive-` due a bug in MSVC.
Other compilers, architectures and OSs may work, but are not tested regularly.
You will need a working [Filesystem TS](https://en.cppreference.com/w/cpp/experimental/fs)