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

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/mpl/aux_/config/compiler.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:
2
2
#ifndef BOOST_MPL_AUX_CONFIG_COMPILER_HPP_INCLUDED
3
3
#define BOOST_MPL_AUX_CONFIG_COMPILER_HPP_INCLUDED
4
4
 
5
 
// Copyright Aleksey Gurtovoy 2001-2004
 
5
// Copyright Aleksey Gurtovoy 2001-2008
6
6
//
7
7
// Distributed under the Boost Software License, Version 1.0. 
8
8
// (See accompanying file LICENSE_1_0.txt or copy at 
10
10
//
11
11
// See http://www.boost.org/libs/mpl for documentation.
12
12
 
13
 
// $Source: /cvsroot/boost/boost/boost/mpl/aux_/config/compiler.hpp,v $
14
 
// $Date: 2004/09/02 15:40:45 $
15
 
// $Revision: 1.9 $
 
13
// $Id: compiler.hpp 53189 2009-05-22 20:07:55Z hkaiser $
 
14
// $Date: 2009-05-22 16:07:55 -0400 (Fri, 22 May 2009) $
 
15
// $Revision: 53189 $
16
16
 
17
17
#if !defined(BOOST_MPL_CFG_COMPILER_DIR)
18
18
 
32
32
#   elif BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, BOOST_TESTED_AT(0x0304))
33
33
#       define BOOST_MPL_CFG_COMPILER_DIR gcc
34
34
 
35
 
#   elif BOOST_WORKAROUND(__BORLANDC__, < 0x600)
 
35
#   elif BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x610))
36
36
#       if !defined(BOOST_MPL_CFG_NO_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES)
37
37
#           define BOOST_MPL_CFG_COMPILER_DIR bcc551
38
 
#       else
 
38
#       elif BOOST_WORKAROUND(__BORLANDC__, >= 0x590)
39
39
#           define BOOST_MPL_CFG_COMPILER_DIR bcc
 
40
#       else
 
41
#           define BOOST_MPL_CFG_COMPILER_DIR bcc_pre590
40
42
#       endif
41
43
 
42
44
#   elif BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x840))