From 2237e5ae02487e7c48074c87a354ea4f595db3a2 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 6 Jul 2004 00:46:52 +0000 Subject: [PATCH] bump up DigitalMars version check [SVN r23356] --- include/boost/config/compiler/digitalmars.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/digitalmars.hpp b/include/boost/config/compiler/digitalmars.hpp index f07b6ca5..32fc71fa 100644 --- a/include/boost/config/compiler/digitalmars.hpp +++ b/include/boost/config/compiler/digitalmars.hpp @@ -42,7 +42,7 @@ # define BOOST_NO_EXCEPTIONS #endif -#if (__DMC__ < 0x833) +#if (__DMC__ < 0x840) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif