Skip to content

Commit 5e2d55d

Browse files
eldienerstefanseefeld
authored andcommitted
Revert back to original, as __cdecl is fine with the Embarcadero C++ clang-based compilers.
1 parent 17886fc commit 5e2d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/detail/msvc_typeinfo.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ inline typeinfo typeid_ref(type<T>*, ...)
4747
return detail::typeid_ref_1((T(*)())0);
4848
}
4949

50-
#if defined(BOOST_MSVC) || (defined(BOOST_BORLANDC) && !defined(BOOST_DISABLE_WIN32))
50+
#if defined(BOOST_MSVC) || (defined(__BORLANDC__) && !defined(BOOST_DISABLE_WIN32))
5151
# define BOOST_PYTT_DECL __cdecl
5252
#else
5353
# define BOOST_PYTT_DECL /**/

0 commit comments

Comments
 (0)