diff --git a/include/boost/config/compiler/comeau.hpp b/include/boost/config/compiler/comeau.hpp index 278222dc..50edb4d2 100644 --- a/include/boost/config/compiler/comeau.hpp +++ b/include/boost/config/compiler/comeau.hpp @@ -34,7 +34,7 @@ // // enable __int64 support in VC emulation mode // -# if defined(_MSC_VER) && (_MSC_VER >= 1200) +# if defined(_MSC_VER) # define BOOST_HAS_MS_INT64 # endif