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>2017-09-24 06:18:41 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-24 06:18:41 +0300
commit19d2c9a62b802bf661acab09455f0427e05cc368 (patch)
treed2a2eea4c4c3f10f4ec2d7446eff2825bfbeb889 /release_notes.md
parentd65a2c94daf7d2811d5bc22b9a6352b7012f3aae (diff)
Restore Visual Studio support. Many, many, many thanks to @jamboree for telling me the workaround for the ICEs.
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_notes.md b/release_notes.md
index c09207d5..71319b31 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -79,7 +79,7 @@ co_await co_write(fh, {{{buffer, sizeof(buffer)}}, 0}).value();
These compilers and OS are regularly tested:
- GCC 7.0 (Linux 4,x x64)
- clang 4.0 (Linux 4.x x64)
-- clang 5.0 (Windows 10 x64)
+- Visual Studio 2017 (Windows 10 x64)
Other compilers, architectures and OSs may work, but are not tested regularly. You will need a Filesystem TS
implementation in your STL and C++ 14. See https://github.com/ned14/afio/blob/master/programs/fs-probe/fs_probe_results.yaml