From 3d7932ae619d727ff2e2f7fcc7701dabda1ad2b1 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Tue, 18 May 2010 16:53:58 +0000 Subject: [PATCH] Merge [60624] from the trunk. Refs #4012 [SVN r62086] --- include/boost/detail/workaround.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/detail/workaround.hpp b/include/boost/detail/workaround.hpp index b6b64125..40b3423b 100644 --- a/include/boost/detail/workaround.hpp +++ b/include/boost/detail/workaround.hpp @@ -65,6 +65,11 @@ #else #define BOOST_MSVC_WORKAROUND_GUARD 0 #endif +#ifndef BOOST_MSVC_FULL_VER +#define BOOST_MSVC_FULL_VER_WORKAROUND_GUARD 1 +#else +#define BOOST_MSVC_FULL_VER_WORKAROUND_GUARD 0 +#endif #ifndef __GNUC__ #define __GNUC___WORKAROUND_GUARD 1 #else