From c42012d639b3c1359cd2f8d7bac62fdbf4c66ff9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 13 Jul 2005 12:34:04 +0000 Subject: [PATCH] Disable debug detection for bcb5.1: it causes the compiler to crash in release mode. [SVN r30039] --- include/boost/config/auto_link.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/auto_link.hpp b/include/boost/config/auto_link.hpp index 9d9f130c..0c36f7b0 100644 --- a/include/boost/config/auto_link.hpp +++ b/include/boost/config/auto_link.hpp @@ -242,7 +242,9 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y. // // figure out whether we want the debug builds or not: // +#if __BORLANDC__ > 0x561 #pragma defineonoption BOOST_BORLAND_DEBUG -v +#endif // // sanity check: //