summaryrefslogtreecommitdiff
path: root/mqueue.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 /mqueue.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 'mqueue.h')
-rw-r--r--mqueue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mqueue.h b/mqueue.h
index b46f67d..efa57a7 100644
--- a/mqueue.h
+++ b/mqueue.h
@@ -88,11 +88,13 @@ private:
NAMESPACE_END
+#ifndef __BORLANDC__
NAMESPACE_BEGIN(std)
template<> inline void swap(CryptoPP::MessageQueue &a, CryptoPP::MessageQueue &b)
{
a.swap(b);
}
NAMESPACE_END
+#endif
#endif