From: Timo Heister Date: Thu, 20 Apr 2017 14:23:47 +0000 (-0400) Subject: update readme regarding MSVC X-Git-Tag: v9.0.0-rc1~1666^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4292%2Fhead;p=dealii.git update readme regarding MSVC - We no longer support msvc 2013 (no constexpr support) - MSVC 2015 and 2017 work correctly --- 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