From 60684bfc2e7b1f2a5690a9bcb6636b170632fc71 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 26 Jan 2014 10:04:22 +0000 Subject: [PATCH] Revert "Remove obsolete MSVC check from pragma guard" This reverts commit 54353a7d8924bc58bfc0176339dad0895450790c. --- include/boost/config/compiler/comeau.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/comeau.hpp b/include/boost/config/compiler/comeau.hpp index 50edb4d2..278222dc 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) +# if defined(_MSC_VER) && (_MSC_VER >= 1200) # define BOOST_HAS_MS_INT64 # endif