2
0
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:
Toon Knapen
2004-06-17 07:06:41 +00:00
parent 708356b8ef
commit 5bf2faec65

View File

@@ -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