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
This commit is contained in:
Jeffrey Walton 2022-10-29 02:54:22 -04:00
parent 4afef9d425
commit a7b698f2cf
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -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);
}