From 8eb900731da945d276f723534af09592213ee582 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 10 Sep 2018 19:19:19 -0400 Subject: Remove support for Visual C++ 2013 Closes GH #1557 --- doc/contributing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/contributing.rst') diff --git a/doc/contributing.rst b/doc/contributing.rst index 47adc228a..87f91e942 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -197,8 +197,7 @@ Compiler Dependencies The library should always be as functional as possible when compiled with just C++11. However, feel free to use the C++11 language. Little mercy is given to -sub-par C++11 compilers that don't actually implement the language (some -temporary concessions are made for MSVC 2013). +sub-par C++11 compilers that don't actually implement the language. Use of compiler extensions is fine whenever appropriate; this is typically restricted to a single file or an internal header. Compiler extensions used -- cgit v1.2.3