2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 03:02:13 +00:00

Correct version of Boost to use for unsupported compilers

[SVN r29857]
This commit is contained in:
Michael Stevens
2005-07-01 13:39:48 +00:00
parent 77081782bd
commit ea7f9ffcc7

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