summaryrefslogtreecommitdiff
path: root/boost/mpl/bitor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/mpl/bitor.hpp')
-rw-r--r--boost/mpl/bitor.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/boost/mpl/bitor.hpp b/boost/mpl/bitor.hpp
index 11f092c8ef..f009743776 100644
--- a/boost/mpl/bitor.hpp
+++ b/boost/mpl/bitor.hpp
@@ -11,15 +11,15 @@
//
// See http://www.boost.org/libs/mpl for documentation.
-// $Id: bitor.hpp 63520 2010-07-02 08:59:55Z agurtovoy $
-// $Date: 2010-07-02 01:59:55 -0700 (Fri, 02 Jul 2010) $
-// $Revision: 63520 $
+// $Id$
+// $Date$
+// $Revision$
// agurt, 23/jan/10: workaround a conflict with <iso646.h> header's
// macros, see http://tinyurl.com/ycwdxco; 'defined(bitor)'
// has to be checked in a separate condition, otherwise GCC complains
// about 'bitor' being an alternative token
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && !defined(__clang__)
#ifndef __GCCXML__
#if defined(bitor)
# pragma push_macro("bitor")
@@ -34,7 +34,7 @@
#define AUX778076_OP_TOKEN |
#include <boost/mpl/aux_/arithmetic_op.hpp>
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && !defined(__clang__)
#ifndef __GCCXML__
#if defined(bitor)
# pragma pop_macro("bitor")