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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user