From 1ae4f7f5ef199c3289b8aa6a4a67f6da64b204f0 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 20 Apr 2017 10:23:47 -0400 Subject: [PATCH] update readme regarding MSVC - We no longer support msvc 2013 (no constexpr support) - MSVC 2015 and 2017 work correctly --- doc/news/changes/minor/20170420Heister | 5 +++++ doc/readme.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 doc/news/changes/minor/20170420Heister diff --git a/doc/news/changes/minor/20170420Heister b/doc/news/changes/minor/20170420Heister new file mode 100644 index 0000000000..f0d36f438c --- /dev/null +++ b/doc/news/changes/minor/20170420Heister @@ -0,0 +1,5 @@ +Changed: We no longer support Visual Studio 2013 because it +lacks important c++11 features like constexpr. It is now possible +to use MSVC 2017 in addition to MSVC 2015. +
+(Timo Heister, 2017/04/20) diff --git a/doc/readme.html b/doc/readme.html index 1e3af167a4..32468e0f8c 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -71,7 +71,7 @@
  • Mac OS X: GCC version 4.8 or later; Clang version 3.3 or later. Please see the deal.II Wiki for installation instructions.
  • -
  • Windows: experimental support for Visual Studio 2013 and 2015. +
  • Windows: experimental support for Visual Studio 2015 and 2017. Please have a look at the FAQ and at the