Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/predef/compiler/ekopath.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_PATH BOOST_VERSION_NUMBER_NOT_AVAILABLE | 29 #define BOOST_COMP_PATH BOOST_VERSION_NUMBER_NOT_AVAILABLE |
30 | 30 |
31 #if defined(__PATHCC__) | 31 #if defined(__PATHCC__) |
32 # undef BOOST_COMP_PATH | 32 # define BOOST_COMP_PATH_DETECTION \ |
33 # define BOOST_COMP_PATH \ | |
34 BOOST_VERSION_NUMBER(__PATHCC__,__PATHCC_MINOR__,__PATHCC_PATCHLEVEL__) | 33 BOOST_VERSION_NUMBER(__PATHCC__,__PATHCC_MINOR__,__PATHCC_PATCHLEVEL__) |
35 #endif | 34 #endif |
36 | 35 |
37 #if BOOST_COMP_PATH | 36 #ifdef BOOST_COMP_PATH_DETECTION |
37 # if defined(BOOST_PREDEF_DETAIL_COMP_DETECTED) | |
38 # define BOOST_COMP_PATH_EMULATED BOOST_COMP_PATH_DETECTION | |
39 # else | |
40 # undef BOOST_COMP_PATH | |
41 # define BOOST_COMP_PATH BOOST_COMP_PATH_DETECTION | |
42 # endif | |
38 # define BOOST_COMP_PATH_AVAILABLE | 43 # define BOOST_COMP_PATH_AVAILABLE |
44 # include <boost/predef/detail/comp_detected.h> | |
39 #endif | 45 #endif |
40 | 46 |
41 #define BOOST_COMP_PATH_NAME "EKOpath" | 47 #define BOOST_COMP_PATH_NAME "EKOpath" |
42 | 48 |
43 #include <boost/predef/detail/test.h> | 49 #include <boost/predef/detail/test.h> |
44 BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_PATH,BOOST_COMP_PATH_NAME) | 50 BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_PATH,BOOST_COMP_PATH_NAME) |
45 | 51 |
52 #ifdef BOOST_COMP_PATH_EMULATED | |
53 #include <boost/predef/detail/test.h> | |
54 BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_PATH_EMULATED,BOOST_COMP_PATH_NAME) | |
55 #endif | |
56 | |
46 | 57 |
47 #endif | 58 #endif |