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 /src/lib/prov/pkcs11/p11_session.h | |
parent | a792728e8941b62761052f5e0d288ba13a016c77 (diff) |
Remove support for Visual C++ 2013
Closes GH #1557
Diffstat (limited to 'src/lib/prov/pkcs11/p11_session.h')
-rw-r--r-- | src/lib/prov/pkcs11/p11_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/prov/pkcs11/p11_session.h b/src/lib/prov/pkcs11/p11_session.h index 8b32063e3..c94818cb9 100644 --- a/src/lib/prov/pkcs11/p11_session.h +++ b/src/lib/prov/pkcs11/p11_session.h @@ -50,7 +50,7 @@ class BOTAN_PUBLIC_API(2,0) Session final Session& operator=(const Session& other) = delete; /// Logout user and close the session on destruction - ~Session() BOTAN_NOEXCEPT; + ~Session() noexcept; /// @return a reference to the slot inline const Slot& slot() const |