mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
merge MWCW 9.0 fix from RC_1_30_0 branch
[SVN r20360]
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
#define BOOST_MPL_AUX_CONFIG_PREPROCESSOR_HPP_INCLUDED
|
||||
|
||||
// + file: boost/mpl/aux_/config/preprocessor.hpp
|
||||
// + last modified: 23/jun/03
|
||||
// + last modified: 02/sep/03
|
||||
|
||||
// Copyright (c) 2000-03
|
||||
// Aleksey Gurtovoy
|
||||
// Copyright (C) 2000-03 Aleksey Gurtovoy
|
||||
//
|
||||
// Permission to use, copy, modify, distribute and sell this software
|
||||
// and its documentation for any purpose is hereby granted without fee,
|
||||
@@ -20,11 +19,9 @@
|
||||
|
||||
#include "boost/mpl/aux_/config/workaround.hpp"
|
||||
|
||||
#if !defined( BOOST_MPL_PREPROCESSING_MODE ) \
|
||||
&& ( BOOST_WORKAROUND( __MWERKS__, BOOST_TESTED_AT(0x3003) ) \
|
||||
|| BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT(0x561) ) \
|
||||
|| BOOST_WORKAROUND( __IBMCPP__, BOOST_TESTED_AT(502) ) \
|
||||
)
|
||||
#if BOOST_WORKAROUND(__MWERKS__, <= 0x3003) \
|
||||
|| BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x561)) \
|
||||
|| BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(502))
|
||||
|
||||
# define BOOST_MPL_BROKEN_PP_MACRO_EXPANSION
|
||||
|
||||
|
Reference in New Issue
Block a user