diff options
author | Jeffrey Walton <noloader@gmail.com> | 2022-10-29 02:54:22 -0400 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2022-10-29 02:54:22 -0400 |
commit | a7b698f2cff6af5cf95765884b1a88a146b1c724 (patch) | |
tree | 26fc2dd9383e079c179385b6635439fde282224e | |
parent | 4afef9d425413287b9ab7ac4b263df213c30a641 (diff) | |
download | cryptopp-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
-rw-r--r-- | queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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);
}
|