Subject: [Boost-bugs] [Boost C++ Libraries] #4221: Embarcadero (codegear) 6.21 and later do have static_assert
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-14 22:32:22
#4221: Embarcadero (codegear) 6.21 and later do have static_assert
--------------------------+-------------------------------------------------
Reporter: niels_dekker | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: config
Version: Boost 1.44.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
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?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4221> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC