mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-30 04:37:20 +02:00
Use BOOST_BORLANDC for bcc32 compiler
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
# define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
|
# define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef BOOST_BORLANDC
|
||||||
//
|
//
|
||||||
// workaround for buggy integral-constant expression support:
|
// workaround for buggy integral-constant expression support:
|
||||||
#define BOOST_BUGGY_INTEGRAL_CONSTANT_EXPRESSIONS
|
#define BOOST_BUGGY_INTEGRAL_CONSTANT_EXPRESSIONS
|
||||||
|
Reference in New Issue
Block a user