2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Revert back to original, as __cdecl is fine with the Embarcadero C++ clang-based compilers.

This commit is contained in:
Edward Diener
2020-04-19 16:25:56 -04:00
committed by Stefan Seefeld
parent 17886fc296
commit 5e2d55d801

View File

@@ -47,7 +47,7 @@ inline typeinfo typeid_ref(type<T>*, ...)
return detail::typeid_ref_1((T(*)())0);
}
#if defined(BOOST_MSVC) || (defined(BOOST_BORLANDC) && !defined(BOOST_DISABLE_WIN32))
#if defined(BOOST_MSVC) || (defined(__BORLANDC__) && !defined(BOOST_DISABLE_WIN32))
# define BOOST_PYTT_DECL __cdecl
#else
# define BOOST_PYTT_DECL /**/