summaryrefslogtreecommitdiff
path: root/boost/typeof/register_fundamental.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/typeof/register_fundamental.hpp')
-rw-r--r--[-rwxr-xr-x]boost/typeof/register_fundamental.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/typeof/register_fundamental.hpp b/boost/typeof/register_fundamental.hpp
index 3a15888d08..a6164bafa3 100755..100644
--- a/boost/typeof/register_fundamental.hpp
+++ b/boost/typeof/register_fundamental.hpp
@@ -34,8 +34,7 @@ BOOST_TYPEOF_REGISTER_TYPE(long double)
BOOST_TYPEOF_REGISTER_TYPE(wchar_t)
#endif
-#if (defined(BOOST_MSVC) && (BOOST_MSVC == 1200)) \
- || (defined(BOOST_INTEL_CXX_VERSION) && defined(_MSC_VER) && (BOOST_INTEL_CXX_VERSION <= 600)) \
+#if (defined(BOOST_INTEL_CXX_VERSION) && defined(_MSC_VER) && (BOOST_INTEL_CXX_VERSION <= 600)) \
|| (defined(__BORLANDC__) && (__BORLANDC__ == 0x600) && (_MSC_VER == 1200))
BOOST_TYPEOF_REGISTER_TYPE(unsigned __int8)
BOOST_TYPEOF_REGISTER_TYPE(__int8)