summaryrefslogtreecommitdiff
path: root/db/concurrency.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/concurrency.h')
-rw-r--r--db/concurrency.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/concurrency.h b/db/concurrency.h
index 7319b30db63..f7f16aaeedb 100644
--- a/db/concurrency.h
+++ b/db/concurrency.h
@@ -15,6 +15,8 @@
#if BOOST_VERSION >= 103500
#include <boost/thread/shared_mutex.hpp>
+#undef assert
+#define assert xassert
#endif
namespace mongo {