mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-21 16:22:45 +02:00
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
This commit is contained in:
@ -60,7 +60,7 @@ namespace boost { namespace fusion { namespace detail
|
|||||||
|
|
||||||
template <typename PtrOrSmartPtr> struct non_const_pointee;
|
template <typename PtrOrSmartPtr> struct non_const_pointee;
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) || (defined(__BORLANDC__) && !defined(BOOST_DISABLE_WIN32))
|
#if defined(BOOST_MSVC) || (defined(BOOST_BORLANDC) && !defined(BOOST_DISABLE_WIN32))
|
||||||
# define BOOST_FUSION_TRAIT_DECL __cdecl
|
# define BOOST_FUSION_TRAIT_DECL __cdecl
|
||||||
#else
|
#else
|
||||||
# define BOOST_FUSION_TRAIT_DECL /**/
|
# define BOOST_FUSION_TRAIT_DECL /**/
|
||||||
|
Reference in New Issue
Block a user