diff --git a/include/boost/typeof/typeof.hpp b/include/boost/typeof/typeof.hpp index 89abdb4..9c40b7a 100644 --- a/include/boost/typeof/typeof.hpp +++ b/include/boost/typeof/typeof.hpp @@ -100,7 +100,7 @@ # define MSVC_TYPEOF_HACK # endif #elif defined(_MSC_VER) -# elif (_MSC_VER >= 1310) // 7.1 -> +# if (_MSC_VER >= 1310) // 7.1 -> # ifndef BOOST_TYPEOF_EMULATION # ifndef BOOST_TYPEOF_NATIVE # ifndef _MSC_EXTENSIONS