aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/mpl/patches/clang-win-support.patch
blob: 36c4b11b6dd6b9528c8a73792209b6283ecc0096 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- contrib/restricted/boost/mpl/include/boost/mpl/aux_/config/typeof.hpp	(index)
+++ contrib/restricted/boost/mpl/include/boost/mpl/aux_/config/typeof.hpp	(working tree)
@@ -20,6 +20,7 @@
     && !defined(BOOST_MPL_PREPROCESSING_MODE) \
     && (   defined(BOOST_MPL_CFG_GCC) && BOOST_MPL_CFG_GCC >= 0x0302 \
         || defined(__MWERKS__) && __MWERKS__ >= 0x3000 \
+		|| defined(__clang__) \
         )
 
 #   define BOOST_MPL_CFG_HAS_TYPEOF