mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Regex: Remove obsolete MSVC version check.
[SVN r86020]
This commit is contained in:
@ -224,7 +224,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(BOOST_MSVC) && (BOOST_MSVC >= 1200) && defined(_MSC_EXTENSIONS)
|
||||
#if defined(BOOST_MSVC) && defined(_MSC_EXTENSIONS)
|
||||
#if defined(_DEBUG) || defined(__MSVC_RUNTIME_CHECKS) || defined(_MANAGED) || defined(BOOST_REGEX_NO_FASTCALL)
|
||||
# define BOOST_REGEX_CALL __cdecl
|
||||
#else
|
||||
|
Reference in New Issue
Block a user