id summary reporter owner description type status milestone component version severity resolution keywords cc 4221 Embarcadero (codegear) 6.21 and later do have static_assert niels_dekker John Maddock "https://svn.boost.org/svn/boost/trunk/boost/config/compiler/codegear.hpp says: {{{ #define BOOST_NO_STATIC_ASSERT }}} However, Embarcadero/codegear 6.21 and later ''do'' have static_assert. As David Dean told us. He suggested: {{{ #if (__CODEGEARC__ <= 0x620) #define BOOST_NO_STATIC_ASSERT #else #define BOOST_HAS_STATIC_ASSERT #endif }}} Can you please fix it?" Bugs closed Boost 1.43.0 config Boost 1.44.0 Problem fixed