Regex: Remove obsolete MSVC version check.

[SVN r86020]
This commit is contained in:
Stephen Kelly
2013-09-30 00:17:24 +00:00
parent 70cd773533
commit 49b7f2c8f9

View File

@ -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