mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 15:22:09 +02:00
Use the same calling convention for all msvc clones.
This commit is contained in:
@ -255,7 +255,7 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && defined(_MSC_EXTENSIONS)
|
#if defined(_MSC_VER) && defined(_MSC_EXTENSIONS)
|
||||||
#if defined(_DEBUG) || defined(__MSVC_RUNTIME_CHECKS) || defined(_MANAGED) || defined(BOOST_REGEX_NO_FASTCALL)
|
#if defined(_DEBUG) || defined(__MSVC_RUNTIME_CHECKS) || defined(_MANAGED) || defined(BOOST_REGEX_NO_FASTCALL)
|
||||||
# define BOOST_REGEX_CALL __cdecl
|
# define BOOST_REGEX_CALL __cdecl
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user