Disable debug detection for bcb5.1: it causes the compiler to crash in release mode.

[SVN r30039]
This commit is contained in:
John Maddock
2005-07-13 12:34:04 +00:00
parent 59f6e111b5
commit c42012d639

View File

@ -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:
//