From eab37805f51e76e9d4f52cd0d9eab2aed28051c6 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 16 Dec 2005 14:08:34 +0000 Subject: [PATCH] Fix EVC++ typos. [SVN r32071] --- include/boost/config/compiler/visualc.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index f12ad36a..f200539a 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -133,9 +133,12 @@ // Note: these are so far off, they are not really supported # elif _MSC_VER < 1300 // eVC++ 4 comes with 1200-1202 # define BOOST_COMPILER_VERSION evc4.0 -# error unknown CE compiler # else -# error unknown CE compiler +# if defined(BOOST_ASSERT_CONFIG) +# error "Unknown EVC++ compiler version - please run the configure tests and report the results" +# else +# pragma message("Unknown EVC++ compiler version - please run the configure tests and report the results") +# endif # endif # else # if _MSC_VER < 1200