Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/predef/compiler/diab.h @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
1 /* | 1 /* |
2 Copyright Redshift Software, Inc. 2008-2013 | 2 Copyright Rene Rivera 2008-2014 |
3 Distributed under the Boost Software License, Version 1.0. | 3 Distributed under the Boost Software License, Version 1.0. |
4 (See accompanying file LICENSE_1_0.txt or copy at | 4 (See accompanying file LICENSE_1_0.txt or copy at |
5 http://www.boost.org/LICENSE_1_0.txt) | 5 http://www.boost.org/LICENSE_1_0.txt) |
6 */ | 6 */ |
7 | 7 |
27 */ | 27 */ |
28 | 28 |
29 #define BOOST_COMP_DIAB BOOST_VERSION_NUMBER_NOT_AVAILABLE | 29 #define BOOST_COMP_DIAB BOOST_VERSION_NUMBER_NOT_AVAILABLE |
30 | 30 |
31 #if defined(__DCC__) | 31 #if defined(__DCC__) |
32 # undef BOOST_COMP_DIAB | 32 # define BOOST_COMP_DIAB_DETECTION BOOST_PREDEF_MAKE_10_VRPP(__VERSION_NUMBER__) |
33 # define BOOST_COMP_DIAB BOOST_PREDEF_MAKE_10_VRPP(__VERSION_NUMBER__) | |
34 #endif | 33 #endif |
35 | 34 |
36 #if BOOST_COMP_DIAB | 35 #ifdef BOOST_COMP_DIAB_DETECTION |
36 # if defined(BOOST_PREDEF_DETAIL_COMP_DETECTED) | |
37 # define BOOST_COMP_DIAB_EMULATED BOOST_COMP_DIAB_DETECTION | |
38 # else | |
39 # undef BOOST_COMP_DIAB | |
40 # define BOOST_COMP_DIAB BOOST_COMP_DIAB_DETECTION | |
41 # endif | |
37 # define BOOST_COMP_DIAB_AVAILABLE | 42 # define BOOST_COMP_DIAB_AVAILABLE |
43 # include <boost/predef/detail/comp_detected.h> | |
38 #endif | 44 #endif |
39 | 45 |
40 #define BOOST_COMP_DIAB_NAME "Diab C/C++" | 46 #define BOOST_COMP_DIAB_NAME "Diab C/C++" |
41 | 47 |
42 #include <boost/predef/detail/test.h> | 48 #include <boost/predef/detail/test.h> |
43 BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_DIAB,BOOST_COMP_DIAB_NAME) | 49 BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_DIAB,BOOST_COMP_DIAB_NAME) |
44 | 50 |
51 #ifdef BOOST_COMP_DIAB_EMULATED | |
52 #include <boost/predef/detail/test.h> | |
53 BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_DIAB_EMULATED,BOOST_COMP_DIAB_NAME) | |
54 #endif | |
55 | |
45 | 56 |
46 #endif | 57 #endif |