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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user