From ea7f9ffcc7c5baf57d7eefc41e76d24330fef733 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 1 Jul 2005 13:39:48 +0000 Subject: [PATCH] Correct version of Boost to use for unsupported compilers [SVN r29857] --- include/boost/numeric/ublas/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/detail/config.hpp b/include/boost/numeric/ublas/detail/config.hpp index d3722823..a88f9597 100644 --- a/include/boost/numeric/ublas/detail/config.hpp +++ b/include/boost/numeric/ublas/detail/config.hpp @@ -169,7 +169,7 @@ namespace std { // Cannot continue with an unsupported compiler #ifdef BOOST_UBLAS_UNSUPPORTED_COMPILER -#error Your compiler is unsupported by this verions of uBLAS. Try using Boost 1.31.0 which support many old compilers. +#error Your compiler is unsupported by this verions of uBLAS. Boost 1.32.0 includes uBLAS with support for many old compilers. #endif