~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/mpl/aux_/config/bind.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
//
12
12
// See http://www.boost.org/libs/mpl for documentation.
13
13
 
14
 
// $Source: /cvsroot/boost/boost/boost/mpl/aux_/config/bind.hpp,v $
15
 
// $Date: 2004/09/02 15:40:45 $
16
 
// $Revision: 1.6 $
 
14
// $Id: bind.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
 
15
// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
 
16
// $Revision: 49267 $
17
17
 
18
18
#include <boost/mpl/aux_/config/msvc.hpp>
19
19
#include <boost/mpl/aux_/config/workaround.hpp>
21
21
#if    !defined(BOOST_MPL_CFG_NO_BIND_TEMPLATE) \
22
22
    && !defined(BOOST_MPL_PREPROCESSING_MODE) \
23
23
    && (   BOOST_WORKAROUND(BOOST_MSVC, <= 1300) \
24
 
        || BOOST_WORKAROUND(__BORLANDC__, < 0x600) \
 
24
        || BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x610)) \
25
25
        )
26
26
 
27
27
#   define BOOST_MPL_CFG_NO_BIND_TEMPLATE