diff options
author | Jack Lloyd <[email protected]> | 2018-09-10 19:19:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-10-01 12:53:53 -0400 |
commit | 8eb900731da945d276f723534af09592213ee582 (patch) | |
tree | d080c6fd2ca760796b522d21288b0b4bfc0b6e65 /doc/contributing.rst | |
parent | a792728e8941b62761052f5e0d288ba13a016c77 (diff) |
Remove support for Visual C++ 2013
Closes GH #1557
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r-- | doc/contributing.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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 |