summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2009-03-15 09:44:42 +0000
committerweidai <weidai11@users.noreply.github.com>2009-03-15 09:44:42 +0000
commiteeb9ff5e0b636456e46ae5f8dc96bd0a097eb178 (patch)
tree856e6cb973a9c21ed128b3a0029354bb22e3a40a /queue.h
parent3961b41d8f2426caa4a47509a743837c24f1438d (diff)
downloadcryptopp-git-eeb9ff5e0b636456e46ae5f8dc96bd0a097eb178.tar.gz
fix C++Builder 2009 compile, update Readme and License
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 7e172007..75f7807f 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