summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-15 09:44:42 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-15 09:44:42 +0000
commit56096382619053be6c753901ae3cf850606f3473 (patch)
tree856e6cb973a9c21ed128b3a0029354bb22e3a40a /queue.h
parent1337a4b36f61bf30f1d611d148d1e164974a63fc (diff)
downloadcryptopp-56096382619053be6c753901ae3cf850606f3473.tar.gz
fix C++Builder 2009 compile, update Readme and License
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@459 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queue.h b/queue.h
index 7e17200..75f7807 100644
--- a/queue.h
+++ b/queue.h
@@ -131,11 +131,13 @@ public:
NAMESPACE_END
+#ifndef __BORLANDC__
NAMESPACE_BEGIN(std)
template<> inline void swap(CryptoPP::ByteQueue &a, CryptoPP::ByteQueue &b)
{
a.swap(b);
}
NAMESPACE_END
+#endif
#endif