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/manual | |
parent | a792728e8941b62761052f5e0d288ba13a016c77 (diff) |
Remove support for Visual C++ 2013
Closes GH #1557
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/deprecated.rst | 2 | ||||
-rw-r--r-- | doc/manual/support.rst | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst index 5c1074ddb..14a98606d 100644 --- a/doc/manual/deprecated.rst +++ b/doc/manual/deprecated.rst @@ -29,8 +29,6 @@ in the source. MessageAuthenticationCode and HashFunction. So this only affects you if you are directly referencing `Botan::Buffered_Computation` in some way. -- Support for Visual C++ 2013 - - Platform support for Google Native Client - Support for PathScale and HP compilers diff --git a/doc/manual/support.rst b/doc/manual/support.rst index 05332bf55..8eca0c0af 100644 --- a/doc/manual/support.rst +++ b/doc/manual/support.rst @@ -26,7 +26,6 @@ For Botan 2, the tier-2 supported platforms are * Android arm32, NDK Clang * FreeBSD x86-64, Clang 3.8+ * IncludeOS x86-32, Clang 3.8+ -* Windows x86-64, Visual C++ 2013 Some (but not all) of the tier-2 platforms are tested by CI. Things should mostly work, and if problems are encountered, the Botan devs will probably be |