diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 882bd1d..decd413 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -22,7 +22,7 @@ #include -#if defined(BOOST_MSVC) || defined(__BORLANDC__) +#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(__BORLANDC__) #define BOOST_FPTR #else #define BOOST_FPTR &