summaryrefslogtreecommitdiff
path: root/mqueue.h
diff options
context:
space:
mode:
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