comparison DEPENDENCIES/generic/include/boost/predef/compiler/palm.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_PALM BOOST_VERSION_NUMBER_NOT_AVAILABLE 29 #define BOOST_COMP_PALM BOOST_VERSION_NUMBER_NOT_AVAILABLE
30 30
31 #if defined(_PACC_VER) 31 #if defined(_PACC_VER)
32 # undef BOOST_COMP_PALM 32 # define BOOST_COMP_PALM_DETECTION BOOST_PREDEF_MAKE_0X_VRRPP000(_PACC_VER)
33 # define BOOST_COMP_PALM BOOST_PREDEF_MAKE_0X_VRRPP000(_PACC_VER)
34 #endif 33 #endif
35 34
36 #if BOOST_COMP_PALM 35 #ifdef BOOST_COMP_PALM_DETECTION
36 # if defined(BOOST_PREDEF_DETAIL_COMP_DETECTED)
37 # define BOOST_COMP_PALM_EMULATED BOOST_COMP_PALM_DETECTION
38 # else
39 # undef BOOST_COMP_PALM
40 # define BOOST_COMP_PALM BOOST_COMP_PALM_DETECTION
41 # endif
37 # define BOOST_COMP_PALM_AVAILABLE 42 # define BOOST_COMP_PALM_AVAILABLE
43 # include <boost/predef/detail/comp_detected.h>
38 #endif 44 #endif
39 45
40 #define BOOST_COMP_PALM_NAME "Palm C/C++" 46 #define BOOST_COMP_PALM_NAME "Palm 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_PALM,BOOST_COMP_PALM_NAME) 49 BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_PALM,BOOST_COMP_PALM_NAME)
44 50
51 #ifdef BOOST_COMP_PALM_EMULATED
52 #include <boost/predef/detail/test.h>
53 BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_PALM_EMULATED,BOOST_COMP_PALM_NAME)
54 #endif
55
45 56
46 #endif 57 #endif