From 5ec32439c50b9ccdfe917804b3f831cb82b8d9c5 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 28 Jan 2017 14:53:01 +0100 Subject: [PATCH] mark visual studio permanently unsupported --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 604df1e..f878e96 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,13 @@ partial specialization issues and version 5.3 has an internal compiler error triggered by the tuple implementation. Version 5.4 appears to be the first one to compile this without issues. GCC 6.1 also appears to compile without problems. -MSVC++ is currently unsupported but being worked on. You will need at least -2015 Update 3 for this to work. +MSVC++ is unsupported and for the time being will remain unsupported. As of MS +Visual Studio 2017 RC, basic C++11 features are still broken and prevent usage +of the library, with no reasonable workarounds. I will be testing new versions +as they get released and mark it supported as soon as it actually works, but no +active effort will be put towards making it work. On Windows, you're free to +use GCC/Clang or if you need the Visual Studio environment, the Visual Studio +version of Clang with MS Codegen should work just fine. ## Supported operating systems