2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 17:12:10 +00:00

uBLAS FIX define BOOST_UBLAS_CHECK_FALSE for NOCHECK

svn path=/trunk/boost/boost/numeric/ublas/; revision=32518
This commit is contained in:
Michael Stevens
2006-02-02 19:27:23 +00:00
parent 665788b5f4
commit b35f8d2f2b

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