2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-25 16:52:09 +00:00

uBLAS FIX define BOOST_UBLAS_CHECK_FALSE for NOCHECK

This commit is contained in:
Michael Stevens
2006-02-02 19:27:23 +00:00
parent 561fe7bbc7
commit 809e913f36

View File

@@ -252,6 +252,7 @@ namespace boost { namespace numeric { namespace ublas {
// template<class E>
// BOOST_UBLAS_INLINE
// void check_ex (bool expression, const char *file, int line, const E &e) {}
#define BOOST_UBLAS_CHECK_FALSE(e)
#define BOOST_UBLAS_CHECK(expression, e)
#define BOOST_UBLAS_CHECK_EX(expression, file, line, e)
#endif