2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-24 04:22:12 +00:00

Correct version of Boost to use for unsupported compilers

svn path=/trunk/boost/boost/numeric/ublas/; revision=29857
This commit is contained in:
Michael Stevens
2005-07-01 13:39:48 +00:00
parent 576fff7e5c
commit 318719fec0

View File

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