mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
see #3449: introduce new free functions to access matrix/vector properties (Incomplete)
* added error message when BOOST_UBLAS_NO_NESTED_CLASS_RELATION is defined because the free funtions will not work here.
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
|
||||
static const double TOL(1.0e-5); ///< Used for comparing two real numbers.
|
||||
|
||||
#ifdef BOOST_UBLAS_NO_NESTED_CLASS_RELATION
|
||||
#error "sorry this feature is not supported by your compiler"
|
||||
#endif
|
||||
|
||||
BOOST_UBLAS_TEST_DEF( test_vector_iteration )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user