2
0
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:
Gunter Winkler
2009-10-06 21:57:57 +00:00
parent b5b6c00c5a
commit f31e33befd

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