summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-10-29 02:54:22 -0400
committerJeffrey Walton <noloader@gmail.com>2022-10-29 02:54:22 -0400
commita7b698f2cff6af5cf95765884b1a88a146b1c724 (patch)
tree26fc2dd9383e079c179385b6635439fde282224e /queue.h
parent4afef9d425413287b9ab7ac4b263df213c30a641 (diff)
downloadcryptopp-git-a7b698f2cff6af5cf95765884b1a88a146b1c724.tar.gz
Revert PR #1171 (GH #1174)
The PR was not as well tested as it should have been. The commit broke the build with Clang 14
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue.h b/queue.h
index 40755b62..f2d0dc53 100644
--- a/queue.h
+++ b/queue.h
@@ -262,7 +262,7 @@ NAMESPACE_END
#ifndef __BORLANDC__
NAMESPACE_BEGIN(std)
-template<> inline void swap(CryptoPP::ByteQueue &a, CryptoPP::ByteQueue &b) CRYPTOPP_NO_THROW
+template<> inline void swap(CryptoPP::ByteQueue &a, CryptoPP::ByteQueue &b)
{
a.swap(b);
}