mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-19 02:42:16 +00:00
added support for BOOST_UBLAS_BO_TYPE_CHECK to disable type checks
[SVN r23110]
This commit is contained in:
@@ -361,8 +361,11 @@ namespace std {
|
||||
|
||||
// Bounds check
|
||||
#define BOOST_UBLAS_BOUNDS_CHECK
|
||||
|
||||
// Type check for non dense matrices
|
||||
#ifndef BOOST_NO_UBLAS_TYPE_CHECK
|
||||
#define BOOST_UBLAS_TYPE_CHECK
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user