diff --git a/test6/test62.cpp b/test6/test62.cpp index e20b52d2..aea44135 100644 --- a/test6/test62.cpp +++ b/test6/test62.cpp @@ -89,7 +89,7 @@ struct test_my_matrix_vector { void operator () (int) const { #ifdef USE_ADAPTOR - try { + { V v1 (N), v2 (N); M m1 (N, N); ublas::symmetric_adaptor tam1 (m1);