mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 23:04:33 +02:00
fix config for Borland
[SVN r18601]
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
//-----------------------------------------------------------------------------
|
|
||||||
// boost mpl/aux_/config/overload_resolution.hpp header file
|
#ifndef BOOST_MPL_AUX_CONFIG_OVERLOAD_RESOLUTION_HPP_INCLUDED
|
||||||
// See http://www.boost.org for updates, documentation, and revision history.
|
#define BOOST_MPL_AUX_CONFIG_OVERLOAD_RESOLUTION_HPP_INCLUDED
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
//
|
// + file: boost/mpl/aux_/config/overload_resolution.hpp
|
||||||
// Copyright (c) 2002
|
// + last modified: 02/may/03
|
||||||
|
|
||||||
|
// Copyright (c) 2002-03
|
||||||
// Aleksey Gurtovoy
|
// Aleksey Gurtovoy
|
||||||
//
|
//
|
||||||
// Permission to use, copy, modify, distribute and sell this software
|
// Permission to use, copy, modify, distribute and sell this software
|
||||||
@@ -13,20 +15,20 @@
|
|||||||
// supporting documentation. No representations are made about the
|
// supporting documentation. No representations are made about the
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
|
//
|
||||||
|
// See http://www.boost.org/libs/mpl for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_MPL_AUX_CONFIG_OVERLOAD_RESOLUTION_HPP_INCLUDED
|
#include "boost/mpl/aux_/config/workaround.hpp"
|
||||||
#define BOOST_MPL_AUX_CONFIG_OVERLOAD_RESOLUTION_HPP_INCLUDED
|
|
||||||
|
|
||||||
#include "boost/config.hpp"
|
|
||||||
#include "boost/detail/workaround.hpp"
|
|
||||||
|
|
||||||
#if !defined(BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION)
|
#if !defined(BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION)
|
||||||
|
|
||||||
# if BOOST_WORKAROUND(__BORLANDC__, <= 0x561) || BOOST_WORKAROUND(__MWERKS__, < 0x3001)
|
# if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x561)) \
|
||||||
|
|| BOOST_WORKAROUND(__MWERKS__, < 0x3001)
|
||||||
|
|
||||||
# define BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION
|
# define BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION
|
||||||
|
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // BOOST_MPL_AUX_CONFIG_OVERLOAD_RESOLUTION_HPP_INCLUDED
|
#endif // BOOST_MPL_AUX_CONFIG_OVERLOAD_RESOLUTION_HPP_INCLUDED
|
||||||
|
Reference in New Issue
Block a user