vacpp.h
Go to the documentation of this file.
1 /*
2 Copyright Rene Rivera 2008-2015
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt)
6 */
7 
8 #ifndef BOOST_PREDEF_LIBRARY_STD_VACPP_H
9 #define BOOST_PREDEF_LIBRARY_STD_VACPP_H
10 
12 
13 #include <boost/predef/version_number.h>
14 #include <boost/predef/make.h>
15 
16 /*`
17 [heading `BOOST_LIB_STD_IBM`]
18 
19 [@http://www.ibm.com/software/awdtools/xlcpp/ IBM VACPP Standard C++] library.
20 
21 [table
22  [[__predef_symbol__] [__predef_version__]]
23 
24  [[`__IBMCPP__`] [__predef_detection__]]
25  ]
26  */
27 
28 #define BOOST_LIB_STD_IBM BOOST_VERSION_NUMBER_NOT_AVAILABLE
29 
30 #if defined(__IBMCPP__)
31 # undef BOOST_LIB_STD_IBM
32 # define BOOST_LIB_STD_IBM BOOST_VERSION_NUMBER_AVAILABLE
33 #endif
34 
35 #if BOOST_LIB_STD_IBM
36 # define BOOST_LIB_STD_IBM_AVAILABLE
37 #endif
38 
39 #define BOOST_LIB_STD_IBM_NAME "IBM VACPP"
40 
41 #endif
42 
43 #include <boost/predef/detail/test.h>
_prefix.h
BOOST_LIB_STD_IBM_NAME
#define BOOST_LIB_STD_IBM_NAME
Definition: vacpp.h:39
BOOST_PREDEF_DECLARE_TEST
#define BOOST_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
BOOST_LIB_STD_IBM
#define BOOST_LIB_STD_IBM
Definition: vacpp.h:28


sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:48:46