mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
Added checks for managed code and __fastcall.
[SVN r33558]
This commit is contained in:
@ -205,7 +205,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && (BOOST_MSVC >= 1200) && defined(_MSC_EXTENSIONS)
|
#if defined(BOOST_MSVC) && (BOOST_MSVC >= 1200) && defined(_MSC_EXTENSIONS)
|
||||||
#if defined(_DEBUG) || defined(__MSVC_RUNTIME_CHECKS)
|
#if defined(_DEBUG) || defined(__MSVC_RUNTIME_CHECKS) || defined(_MANAGED)
|
||||||
# define BOOST_REGEX_CALL __cdecl
|
# define BOOST_REGEX_CALL __cdecl
|
||||||
#else
|
#else
|
||||||
# define BOOST_REGEX_CALL __fastcall
|
# define BOOST_REGEX_CALL __fastcall
|
||||||
|
Reference in New Issue
Block a user