2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-24 04:22:12 +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.

 

svn path=/trunk/libs/numeric/ublas/; revision=56621
This commit is contained in:
Gunter Winkler
2009-10-06 21:57:57 +00:00
parent 619d160a0d
commit e63bf9e4e3

View File

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