diff --git a/test/begin_end.cpp b/test/begin_end.cpp index d29d24d7..db4d8246 100644 --- a/test/begin_end.cpp +++ b/test/begin_end.cpp @@ -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 ) {