Get rid of xassert

This commit is contained in:
Mathias Stearn
2010-04-23 20:09:32 -04:00
parent 0638bbfee2
commit 4f4dd053aa
15 changed files with 12 additions and 17 deletions

View File

@@ -23,7 +23,7 @@
#ifndef _WIN32
#include <boost/date_time/posix_time/posix_time.hpp>
#undef assert
#define assert xassert
#define assert MONGO_assert
#endif
#define smuassert( cx , msg , val ) \